Okta Identity Governance
/End user APIs
/- Retrieve the entry request fields for a user
List my entries for the default access request catalog
Retrieve my catalog entry
Retrieve the request fields for my catalog entry
List my catalog entry users
Retrieve the entry reques...
OAuth 2.0 scope:
- okta.accessRequests.request.read
Retrieves the entry's request fields for the specified requester.
Request fields for the entry are only returned if the entry has "request on behalf of" (requestOnBehalfOfSettings) enabled, and the authorized user is able to request on behalf of other requesters.
If the request can lead to any separation of duty conflicts, then the risk assessment (metadata.riskAssessment) is returned. The risk assessment indicates whether the request submission is allowed or restricted, and includes rules that lead to the possible conflicts. If the request submission is allowed, then the request fields are determined by the associated approval sequence for the risk level.
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/governance/api/v2/my/catalogs/default/entries/cenp2rjyxK1Js2Fc41d5/users/00ucvnr9rbONeZdRp1d7/request-fieldsResponse
- When entry has admin specified duration
- When entry allows requester to specify duration
- When entry has no fields, empty request body provided
- When entry has required TEXT field
- When entry has optional TEXT field
- When entry has one SELECT field
- When entry has a MULTISELECT field
- When entry has a ISO_DATE field
- When entry has all field types
- When the entry can be requested for another requester
- When the entry has risk assessment that restricts any request submission
- When the entry has risk assessment that allows request submission
- When the entry has risk assessment with multiple risk rules
{ "data": [ { … } ] }