Skip to content

Commit

Permalink
docs: update group docs to reflect that users is not optional (#2667)
Browse files Browse the repository at this point in the history
The reference documentation for groups is incorrect, groups always
require a list of users

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
  • Loading branch information
sighphyre and thomasheartman committed Dec 16, 2022
1 parent d42e905 commit e437b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/rbac.md
Expand Up @@ -118,7 +118,7 @@ A user group consists of the following:

- a **name** (required)
- a **description** (optional)
- a list of users (optional)
- a **list of users** (required)
- a list of SSO groups to sync from (optional)

Groups do nothing on their own. They must be given a role on a project to assign permissions. You can assign both standard roles and custom project roles to groups.
Expand Down

1 comment on commit e437b61

@vercel
Copy link

@vercel vercel bot commented on e437b61 Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.