ID of the user to retrieve the permissions for.
OptionalrequestOptions: PermissionsClient.RequestOptions
Request-specific configuration.
Assign permissions to a user.
ID of the user to assign permissions to.
OptionalrequestOptions: PermissionsClient.RequestOptions
Request-specific configuration.
Remove permissions from a user.
ID of the user to remove permissions from.
OptionalrequestOptions: PermissionsClient.RequestOptions
Request-specific configuration.
Retrieve all permissions associated with the user.
Note: Returns only permissions from direct assignments and directly assigned roles. For permissions a user has via group-based role assignments, use
GET /api/v2/users/{id}/effective-permissions.