GroupDetail
GroupDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | Creator Name Example : John Doe | string | |
| description optional | Group Description Example : Group for administrators | any of [string, null] | |
| id required | Group ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| instance_id required | Instance ID Example : ssoins-12345 | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | Modifier Name Example : Smith | string | |
| name required | Group Name Example : Admin_Group | string | |
| user_count optional | Number of Users in the group Example : 1 | any of [integer, null] | |
| users optional | List of Users in the Group Example : [{'id': '6fdd2a6d-6f4f-4157-8259-5d55e7dd1269', 'name': 'John Doe', 'user_id': 'johndoe'}] | any of [array[User], null] |