Skip to content

Commit

Permalink
Merge pull request #45 from gregorwolf/fix/correct-csv-example
Browse files Browse the repository at this point in the history
correct CSV example to be accepted by IAS
  • Loading branch information
ValAta authored Dec 6, 2024
2 parents 009873d + 9b63aaf commit e815505
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,dona.moore@example.com
> > Management;Employees,1ab2e307-1c7c-4c37-9bcf-ed0123456700,management@example.com
> > IT;Management;Employees,1ab2e307-1c7c-4c37-9bcf-ed0123456712,management@example.com
> > HR,1ab2e307-1c7c-4c37-9bcf-ed0123456789,dona.moore@example.com
> > Management,1ab2e307-1c7c-4c37-9bcf-ed0123456700,management@example.com
> > IT,1ab2e307-1c7c-4c37-9bcf-ed0123456712,management@example.com
> > ```
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 e815505

Please sign in to comment.