List customer workspace project grants

Retrieves a list of project grants from an Embedded customer workspace by its ID.

EARLY ACCESS FEATURE
This access control endpoint is in limited preview. The access control model is under active development and may change. Contact your Customer Success Manager to participate in early access testing.

Path parameters

managed_user_idstringRequired

The Embedded customer ID or external ID. External IDs must be URL encoded and prefixed with an E, for example: EA2300.

idstringRequired
The ID of the project to retrieve grants from.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pagemap from strings to anyOptional
Configures settings for the project grant list.
page[number]integerOptional

The page number to retrieve. Default is 1.

page[size]integerOptional

The number of items per page to retrieve. Default and maximum is 100.

Response

List of project grants retrieved successfully.
datalist of objects or null
totalinteger or null
Total number of project grants.
pageobject or null

Errors