From 9b63aaf38f7e197c054205771ded8b283e13398c Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Wed, 4 Dec 2024 17:08:56 +0100 Subject: [PATCH] correct example to be accepted by IAS --- docs/Operation-Guide/import-groups-via-csv-file-daf96bd.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/Operation-Guide/import-groups-via-csv-file-daf96bd.md b/docs/Operation-Guide/import-groups-via-csv-file-daf96bd.md index 2683ec7..1c938d4 100644 --- a/docs/Operation-Guide/import-groups-via-csv-file-daf96bd.md +++ b/docs/Operation-Guide/import-groups-via-csv-file-daf96bd.md @@ -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: @@ -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.") -