put https://api.seismic.com/scim/v2/Users/
Update a user by specifying full metadata.
Updates a specific user by replacing all metadata. Any missing fields in the request will be updated to null or result in a failed request.
User's custom properties are supported by Seismic SCIM APIs. You can get custom property definition by /scim/v2/Schemas API
. The user's custom property schema name is SeismicUser
. The custom property field name is urn:ietf:params:scim:schemas:extension:seismic:2.0:User
in user model.
SCOPES
Requires:
seismic.user.manage
See Permissions for additional details.