Skip to main content
Version: latest

Patches the specified User

PATCH 

/v1/users/:uid

User is patched for the specified information

Request

Path Parameters

    uid stringrequired

Body

array

required

  • Array [

  • fromstring

    A path to the pointer from which reference will be taken

    opstringrequired

    Possible values: [add, remove, replace, move, copy]

    The operation to be performed

    pathstringrequired

    A path to the pointer on which operation will be done

    valueobject

    The value to be used within the operations.

  • ]

Responses

The resource was updated successfully

Loading...