Update user (partial)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idintegerRequired

Request

This endpoint expects an object.
first_namestringOptional
last_namestringOptional
organisation_idintegerOptional
is_adminbooleanOptionalDefaults to false
is_activebooleanOptionalDefaults to false

Response

User updated
idinteger
emailstring
first_namestring
last_namestring
organisation_idinteger
is_adminbooleanDefaults to false
is_staffbooleanDefaults to false
is_activebooleanDefaults to false
is_email_verifiedbooleanDefaults to false
is_superuserbooleanDefaults to false
createddatetimeDefaults to 1970-01-01T00:00:00.000Z
groupslist of objects