SAP-docs / btp-cloud-identity-services

Markdown source for the Identity Authentication documentation. Enables feedback and contributions to improve the documentation.
Creative Commons Attribution 4.0 International
3 stars 9 forks source link

No API to update application custom attributes #37

Open mperumalswamy opened 1 month ago

mperumalswamy commented 1 month ago

Is an API missing or it doesn't exist yet?

https://help.sap.com/docs/cloud-identity-services/cloud-identity-services/user-management-rest-api?locale=en-US

ValAta commented 1 month ago

Hi @mperumalswamy, Thanks for your question. Could you please clarify what do you mean by custom attributes here and if possible give an example? BR, Valentin

mperumalswamy commented 1 month ago

Hi @ValAta In the PUT API from help page which I mentioned is not in api.sap.com. Then this API can be used to update different fields/attributes of IAS actually but only status attribute is mentioned in the documentation. I would also be happy to give a PR with the improvements.

ValAta commented 1 month ago

Hi @mperumalswamy, Thanks for the clarification. You can update the different user attributes via the https://api.sap.com/api/IdDS_SCIM/path/updateUser api. Have you already checked it? The API that you have commented is for the deactivation of an SP (service provider) user, that's why it contains the status attribute with its values active and inactive. BR

mperumalswamy commented 4 weeks ago

Hi @ValAta , we would like to update the spCustomAttributes. So the current PUT API which I mentioned should also work for it. Correct?