user

Get information about the currently authenticated user

Get information about the currently authenticated user.

get/user/me

Headers

X-Fieldsstring mask

An optional fields mask

Response

Success.

idinteger

User id.

uuidstring

User UUID.

loginstring

User login.

namestring

User name.

organisationstring

User organisation.

emailstring

User email.

apikeystring

User API key.

is_adminboolean

Boolean specifying whether the user is administrator.

is_reporterboolean

Boolean specifying whether the user is reporter.

is_commenterboolean

Boolean specifying whether the user is commenter.

created_atstring date-time

Creation time of the user.

last_seenstring date-time

Last seen time of the user.

Changes