Skip to main content
PUT
Update an existing User

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

sourcedId
string
required

The sourcedId of the user to update

Body

application/json
user
object
required
expectedDateLastModified
string<date-time>

Optional optimistic-concurrency precondition. When supplied, reject the update with HTTP 409 if the user changed after this revision was read.

Response

User successfully updated

user
object
required

Represents a user of the system. Can be a student, teacher, guide, parent etc.