Okta Identity Governance
/- Management APIs
- Access Requests - V2
- Create a request message
List all requests
Create a request
Retrieve a request
Create a request message
OAuth 2.0 scope:
- okta.accessRequests.request.manage
Admin roles:
- ACCESS_REQUESTS_ADMIN
Creates a message to add context to the Access requests using request conditions and sequences. The message appears in the Requester section of the Access Requests console, and the message is authored by the admin user ID calling the endpoint.
POST
- When creating a request message visible for everyone with access to the request |tooltip| Add request message for authenticated user visible to all
- When embedding a reference to another application |tooltip| Including a link to another system for an approver.
- When creating a request message approaching the maximum length limit |tooltip| A very long message programmatically added to the request.
curl -i -X POST \
https://okta-subdomain.pixtulate.com/governance/api/v2/requests/reqp1pmpjhVdGEcVK1d5/messages \
-H 'Content-Type: application/json' \
-d '{
"message": "Contact admin@atko.com for any additional assistance needed with this request."
}'