POST /Requests/GrantAccess
Public API key used to identify the client application. It should be included in all requests.
API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.
YOUR_API_SECRETRequest to create a new grant access request.
User that appears as creator of the request.
Identifier of the user who will receive access.
Identifier of the work app for which access is being requested.
Purpose or reason for the grant access request.
Optional identifier of the permission level to request. It is mandatory if the work app has at least one permission level.
Created
Result of a successful request creation.
Unique identifier of the created request.
Bad Request
Unauthorized
Forbidden
Conflict
Internal Server Error
Last updated
Was this helpful?