OBJECT
PermissionList
link GraphQL Schema definition
1 type PermissionList implements Page { 2 3 Permission] : [ 4 5 # The starting index for records that were returned in this query. 6 Int! : 7 8 # Maximum number of results that were retrieved in this query; page size 9 Int! : 10 11 # Number of records returned in this response 12 Int : 13 14 }
link Required by
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.
- RoleA role signifies a user's permissions within a given context.
- UserA user represents a user account within an organization.