List project permissions

Query and filter the permission with user_id and permission_id. (user_id, permission_id) together uniquely identify a permission.

Query parameters

user_idstringOptional

Filter with the user ID. If set, only the permissions this user has will be returned. Client request must set user_id=me

permission_idstringOptional

Filter with the permission ID. If set, only the permissions with this specific ID will be returned

recursivestringOptional

Whether to list permissions recursively. If set to false, only the permission the users directly have will be listed. If set to true all the direct and indirect permissions will be listed.

Response

Successful response

itemslist of objects
paginationobjectOptional