@@ -4,29 +4,29 @@ Update the details of an existing group in an iTwin.
44
55## Options
66
7- - ** ` -i, --itwin-id ` **
8- The ID of the iTwin where the group exists.
9- ** Type:** ` string ` ** Required:** Yes
10-
117- ** ` -g, --group-id ` **
128 The ID of the group to be updated.
139 ** Type:** ` string ` ** Required:** Yes
1410
15- - ** ` -n , --name ` **
16- The updated name of the group.
17- ** Type:** ` string ` ** Required:** No
11+ - ** ` -i , --itwin-id ` **
12+ The ID of the iTwin where the group exists .
13+ ** Type:** ` string ` ** Required:** Yes
1814
1915- ** ` -d, --description ` **
2016 The updated description of the group.
2117 ** Type:** ` string ` ** Required:** No
2218
19+ - ** ` --ims-group ` **
20+ A list of IMS Groups to be linked to the group.
21+ ** Type:** ` string ` ** Required:** No ** Multiple:** Yes
22+
2323- ** ` --member ` **
2424 A list of members (emails) to be assigned to the group.
25- ** Type:** ` array of strings ` ** Required:** No ** Multiple:** Yes
25+ ** Type:** ` string ` ** Required:** No ** Multiple:** Yes
2626
27- - ** ` --ims-group ` **
28- A list of IMS Groups to be linked to the group.
29- ** Type:** ` array of strings ` ** Required:** No ** Multiple: ** Yes
27+ - ** ` -n, --name ` **
28+ The updated name of the group.
29+ ** Type:** ` string ` ** Required:** No
3030
3131## Examples
3232
@@ -35,9 +35,9 @@ Update the details of an existing group in an iTwin.
3535itp access-control group update --itwin-id ad0ba809-9241-48ad-9eb0-c8038c1a1d51 --group-id bf4d8b36-25d7-4b72-b38b-12c1f0325f42 --name " Updated Engineering Team" --description " Updated description"
3636
3737# Example 2: Update group members and IMS groups
38- itp access-control group update --itwin-id ad0ba809-9241-48ad-9eb0-c8038c1a1d51 --group-id bf4d8b36-25d7-4b72-b38b-12c1f0325f42 --member john.doe@example.com --member jane.doe@example.com --ims-groups " Sample IMS Group" --ims-group " Sample IMS Group"
38+ itp access-control group update --itwin-id ad0ba809-9241-48ad-9eb0-c8038c1a1d51 --group-id bf4d8b36-25d7-4b72-b38b-12c1f0325f42 --member john.doe@example.com --member jane.doe@example.com --ims-group " Sample IMS Group" --ims-group " Sample IMS Group"
3939```
4040
4141## API Reference
4242
43- [ Update iTwin Group] ( https://developer.bentley.com/apis/access-control-v2/operations/update-itwin-group/ )
43+ [ Update iTwin Group] ( https://developer.bentley.com/apis/access-control-v2/operations/update-itwin-group/ )
0 commit comments