1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

docs: update group docs to reflect that users is not optional (#2667)

The reference documentation for groups is incorrect, groups always
require a list of users

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
This commit is contained in:
Simon Hornby 2022-12-16 11:45:15 +02:00 committed by GitHub
parent d42e90544f
commit e437b61753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.