latestOpenAPI 3.0.42026-08-10286298.1 KB

5728f183a29d

Requests

Creates a grant access request.

post/api/v1/Requests/GrantAccess

Headers

X-API-SECRETstring required

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.

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.

Request body

createdByUserIdstring uuid required

User that appears as creator of the request.

targetUserIdstring uuid required

Identifier of the user who will receive access.

workAppIdstring uuid required

Identifier of the work app for which access is being requested.

grantAccessPurposestring required

Purpose or reason for the grant access request.

permissionLevelIdstring uuid nullable

Optional identifier of the permission level to request. It is mandatory if the work app has at least one permission level.

Response

Created

requestIdstring required

Unique identifier of the created request.