Profile
Get specific profile
GET /profile/{id}
GET /profile/{id}
Path parameters
idintegerpathrequiredThe id of the profile to retrieve
Query parameters
forceInheritancebooleanqueryIf true, the profile will inherit the permissions of the user's team, even if the user is not configured to inherit permissions from a team
teamIds[]integer[]queryOnly applicable if forceInheritance is true. If provided, the profile will use only specific team IDs for inheritance
includeRawDatabooleanqueryIf true, includes the client-defined custom raw data object stored with the profile in the response
Responses
200 — Successful operation
403 — Unauthorized
500 — Internal error