
For adding users with the default sap.ids origin use this format (no need to specify origin):
{ "usersToAdd" : [ { "email" : "john.do@sap.com" , "id" : "I999999" } ] } |
For adding users with customIdp origin use this format:
(This is only valid if you know the custom IDP value of the user, and the idp is registered under the CF framework)
{ "usersToAdd" : [ { "email" : "john.do@sap.com" , "id" : "I999999" "origin" : "{{custom.idp.value}}" } ] } |
You can also add multiple users with and without origin:
{ "usersToAdd" : [ { "email" : "john.do@sap.com" , "id" : "I999999" }, { "email" : "john.do@sap.com" , "id" : "I999999" "origin" : "{{custom.idp.value}}" } ] } |
To remove users as org admin just change the name of the json struct to "usersToRemove" like so:
{ "usersToRemove" : [ { "email" : "john.do@sap.com" , "id" : "I999999" } ] } |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
14 | |
12 | |
12 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
5 |