Get user by ID

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired

Response

User details
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

Errors

404
Get User Request Not Found Error