Authentication
Register organisations, sign in, and manage the current user.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful Response
application/json
idstring · uuidRequired
emailstringRequired
rolestringRequired
first_nameany ofRequired
stringOptional
nullOptional
last_nameany ofRequired
stringOptional
nullOptional
organisation_idany ofRequired
string · uuidOptional
nullOptional
is_activebooleanRequired
get
/auth/me200
Successful Response
Last updated