Okta Identity Governance
/- Management APIs
- Access Requests - V1
- Create a Message for a Request
List all requests
Create a request
Retrieve a request
Create a Message for a Re...
Creates a message to add context to the request. Message will be authored by the authenticated user and display as "Sent via API".
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/v1/requests/{requestId}/messages' \
-H 'Content-Type: application/json' \
-d '{
"message": "Contact admin@atko.com for any additional assistance needed with this request."
}'