System Roles
Get system roles and permissions for a specific user
Get all system roles and permissions for a specific user by their user ID
get/api/v1alpha/system_roles/{user_id}
Path parameters
User ID (integer) or username (string) to retrieve system roles for
Response
User's system roles and permissions retrieved successfully
object required
Map of role names to lists of permission values
Changes
Changed in 3 of the 5 revisions of this API.12
- ○
the endpoint scheme security
developerAuthwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲