8.4.24
Fields: User's Permissions
See the associated 4.15 Permissions resource section for more information on how to use this resource and supported operations.
Additional References
| Type | Value | Additional Information |
|---|---|---|
| Permissions resource | permissions/users | Permissions |
| Hooks filename | permissions.users.groovy | Pre- and Post-Processing Hooks |
| Distinct query-supported | Yes | Distinct |
| Field Name | Type | Description |
|---|---|---|
| id | String |
The unique ID of the cached user permission. |
| name | String |
The unique name of the user. |
| permissions | List<Permission> |
The list of permissions. |
Represents a permission.
Related Topics