Users Endpoint

Update User - PUT

This API updates user details and return the updated user details using a PUT operation.

  • <b>Scope(Permission) required:</b> internal_user_mgt_update

  • <b>Flow type:</b> Client Credentials OAuth Flow

put/Users/{id}

Path parameters

idstring required

Unique ID of the resource type.

Query parameters

attributesstring

SCIM defined attributes parameter.

excludedAttributesstring

SCIM defined excludedAttribute parameter.

Response

Valid user is found

Changes

Changed in 2 of the 4 revisions of this API.71

    • the schemas request property type/format changed from object/ to array/

      request-property-type-changed

    • response property emails/items/ list-of-types was widened by adding types string to media type application/scim+json of response 200

      response-property-list-of-types-widened

    • the roles response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • the schemas response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • the schemas request property type/format changed from array/ to object/

      request-property-type-changed

    • the roles response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • the schemas response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • response property emails/items/ list-of-types was narrowed by removing types string from media type application/scim+json of response 200

      response-property-list-of-types-narrowed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog