-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct example to be accepted by IAS
- Loading branch information
1 parent
009873d
commit 9b63aaf
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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.") | ||