Skip to content

Commit

Permalink
correct example to be accepted by IAS
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Dec 4, 2024
1 parent 009873d commit 9b63aaf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/Operation-Guide/import-groups-via-csv-file-daf96bd.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ You can only add users to the groups via the import groups option, you don't rem
> > ### Sample Code:
> > ```
> > groups,urn:ietf:params:scim:schemas:extension:sap:2.0:User:userUuid,emails[0].value
> > HR;Management;Employees,1ab2e307-1c7c-4c37-9bcf-ed0123456789,[email protected]
> > Management;Employees,1ab2e307-1c7c-4c37-9bcf-ed0123456700,[email protected]
> > IT;Management;Employees,1ab2e307-1c7c-4c37-9bcf-ed0123456712,[email protected]
> > HR,1ab2e307-1c7c-4c37-9bcf-ed0123456789,[email protected]
> > Management,1ab2e307-1c7c-4c37-9bcf-ed0123456700,[email protected]
> > IT,1ab2e307-1c7c-4c37-9bcf-ed0123456712,[email protected]
> > ```
To import groups via CSV file into Identity Authentication, proceed as follows:
Expand Down Expand Up @@ -104,4 +104,3 @@ To import groups via CSV file into Identity Authentication, proceed as follows:
[Unassign Groups from a User](unassign-groups-from-a-user-4353735.md "As a tenant administrator, you can unassign one or more groups that are assigned to a user via the administration console for SAP Cloud Identity Services.")
[Delete Groups](delete-groups-9853912.md "As a tenant administrator, you can delete one or more groups in administration console for SAP Cloud Identity Services.")

0 comments on commit 9b63aaf

Please sign in to comment.