v51

latestOpenAPI 3.0.0AGPLv3 or laterraw.githubusercontent.com2026-08-0126276829.1 KB
user

Permission Data

Permission data for the Entity and Object Provided.

get/user/permissions/{entity}/{objectId}

Path parameters

entitystring required

The Entity

objectIdinteger required

The ID of the Object to return permissions for

Response

successful operation

permissionIdinteger

The ID of this Permission Record

entityIdinteger

The Entity ID that this Permission refers to

groupIdinteger

The User Group ID that this permission refers to

objectIdinteger

The object ID that this permission refers to

isUserinteger

A flag indicating whether the groupId refers to a user specific group

entitystring

The entity name that this refers to

objectIdStringstring

Legacy for when the Object ID is a string

groupstring

The group name that this refers to

viewinteger

A flag indicating whether view permission is granted

editinteger

A flag indicating whether edit permission is granted

deleteinteger

A flag indicating whether delete permission is granted

modifyPermissionsinteger

A flag indicating whether modify permission permission is granted.