Company View
The following are Autonomous Identity company view endpoints:
- GET /
Get the data for company view.
Endpoint
/api/companyview
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api//companyview'
- GET allEntitlementsAvgGroups
Get the company view all entitlements average groups.
Endpoint
/api/companyview/allEntitlementAvgGroups
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api//companyview/allEntitlementAvgGroups'
- GET entitlementAvgGroupDetails Start End
Get the company view entitlements average groups.
Endpoint
/api/companyview/entitlementAvgGroupDetails/0.1/0.15
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api//companyview/entitlementAvgGroupDetails/0.1/0.15'
- GET mostCriticalEntitlements
Get the company view most critical entitlements.
Endpoint
/api/companyview/mostCriticalEntitlements
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api//companyview/mostCriticalEntitlements'
- GET Assignment Stats
Get the company view assignment statistics.
Endpoint
/api/companyview/assignmentsStats
Authorization
Bearer Token <JWT-value>
Params
assignmentLimit 1 highVolumeHighMinScore 0.9 highVolumentHighMinUsersCount 100 highVolumenLowMaxScore 0.2 highVolumeLowMinUsersCount 100
Example Request
curl --location --request GET '/api/companyview/assignmentsStats?assignmentsLimit=1&highVolumeHighMinScore=0.9&highVolumeHighMinUsersCount=100&highVolumeLowMaxScore=0.2&highVolumeLowMinUsersCount=100'
- GET assignmentHistConfSummary
Get the company view assignment history summary.
Endpoint
/api/companyview/assignmentsHistConfSummary/2020/01
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api//companyview/assignmentsHistConfSummary/2020/01'
- GET Assignments High Threshold
Get the company view assignment high thresholds.
Endpoint
/api/companyview/assignments
Authorization
Bearer Token <JWT-value>
Params
lowThreshold true highThreshold true unscored true
Example Request
curl --location --request GET '/api/companyview/assignments'
- GET Entitlements Without Owner
Get the company view assignment high thresholds.
Endpoint
/api/companyview/entitlementsWithoutOwner
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api/companyview/entitlementsWIthoutOwner'
- GET Users without manager
Get the company view users without a manager.
Endpoint
/api/companyview/usersWithoutManager
Authorization
Bearer Token <JWT-value>
Params
lowThreshold true highThreshold true unscored true
Example Request
curl --location --request GET '/api/companyview/usersWithoutManager'
- GET coverage
Get the company view coverage.
Endpoint
/api/companyview/coverage
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api//companyview/coverage'
- GET companyViewEntitlementse
Get the company view entitlements.
Endpoint
/api/companyview/companyViewEntitlements
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api//companyview/companyViewEntitlements'
- GET companyViewEmployeeTypes
Get the company view employee types.
Endpoint
/api/companyview/companyViewEmployeeTypes
Authorization
Bearer Token <JWT-value>
Example Request
curl --location --request GET '/api//companyview/companyViewEmployeeTypes'