mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: implement api for creating custom roles (#13298)
api endpoint (gated by experiment) to create custom_roles
This commit is contained in:
@ -63,7 +63,7 @@ type User struct {
|
||||
ReducedUser `table:"r,recursive_inline"`
|
||||
|
||||
OrganizationIDs []uuid.UUID `json:"organization_ids" format:"uuid"`
|
||||
Roles []Role `json:"roles"`
|
||||
Roles []SlimRole `json:"roles"`
|
||||
}
|
||||
|
||||
type GetUsersResponse struct {
|
||||
|
Reference in New Issue
Block a user