ProjectUserPermissions
Explicit user permissions for a project.
View Specific Information
Select
The connector uses the Bitbucket API to process WHERE clause conditions built with the below columns. Filtering on other columns is processed client-side within the connector.
- UserUUID supports the '=' operator.
All sorting must be processed client-side within the connector.
For example, the following query is processed server-side:
SELECT * FROM ProjectUserPermissions WHERE UserUUID = '{7df2c110-13fb-4ddd-b0cb-9f425f72fafe}'
Columns
| Name | Type | References | Description |
| Permission [KEY] | String | The permission assigned to the user. Valid values: admin, create-repo, write, read. | |
| UserUUID [KEY] | String | The user's account uuid. | |
| UserName | String | The user's account display name. |