GroupCreateRequest
GroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 그룹 설명 Example : Group for administrators | any of [string, null] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| name required | 그룹 이름 Example : Admin_Group | string | |
| user_uuids optional | 그룹에 추가할 사용자 ID 목록 Example : ['138c2fc8c29a449dbfa8681f8f1d78e2'] | any of [array[string], null] |