Overview
TheOrganizationRoleListResponse struct represents the response returned when fetching roles within an organization.
Definition
Fields
A vector containing all roles defined for the organization. Each role includes permissions and metadata.
Usage Example
Role Types
Organizations typically have:- Built-in roles:
admin,member,viewer - Custom roles: Created by organization administrators
Related Types
- OrganizationRole - The role model
- CreateRoleRequest - Request to create custom role
- UpdateRoleRequest - Request to update role
See Also
- fetch_organization_roles - API method that returns this type
- create_organization_role - API method to create custom roles
- update_organization_role - API method to update roles
