For the complete documentation index, see llms.txt. This page is also available as Markdown.

POST /Requests/GrantAccess

Creates a grant access request.

post
Authorizations
X-API-KEYstringRequired

Public API key used to identify the client application. It should be included in all requests.

Header parameters
X-API-SECRETstringRequired

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.

Example: YOUR_API_SECRET
Body

Request to create a new grant access request.

createdByUserIdstring · uuidRequired

User that appears as creator of the request.

targetUserIdstring · uuidRequired

Identifier of the user who will receive access.

workAppIdstring · uuidRequired

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

grantAccessPurposestring · min: 1 · max: 1024Required

Purpose or reason for the grant access request.

permissionLevelIdstring · uuid · nullableOptional

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

Responses
201

Created

Result of a successful request creation.

requestIdstring · min: 1Required

Unique identifier of the created request.

post/api/v1/Requests/GrantAccess

Last updated

Was this helpful?