用户角色
每个用户可以拥有多个角色。 您可以在用户的个人资料上查看分配给他们的角色。

角色属性
每个角色都有以下属性:
所有者名称创建时间显示名称已启用Users:属于此角色的子用户数组Roles:属于此角色的子角色数组
Managing Roles via API
Roles are managed as separate resources in Casdoor. When you retrieve a user object, the Roles field is populated dynamically by extending the user data with information from the Roles resource.
To assign or update roles for users, use the Roles API endpoints rather than the User API. You can manage roles through:
- Web UI: Navigate to the Roles management page (e.g.,
https://door.casdoor.com/roles) - API: Use the role-specific endpoints documented in the Casdoor API reference
The Role resource allows you to define roles with specific users assigned to them. When a user is added to a role's Users array, that role will automatically appear in the user's Roles field when retrieving user data.