Skip to main content

Get information on the current user

GET 

/users/current

Get information on the current user

Request

Query Parameters

    _apikey stringrequired

    You can find your API key in the Import.io dashboard under User Settings

Responses

User details retrieved successfully

Schema

    guid uuid

    Unique identifier for the user.

    _meta

    object

    [internal] The metadata of the object

    timestamp int64required

    The timestamp of the last change to the object

    creationTimestamp int64

    The timestamp of the object's creation

    patchTimestamp int64

    The timestamp of the last patch to the object

    objectGuid uuid

    The identifier of the object

    lastEditorGuid uuid

    The identifier of the last editor of the object

    ownerGuid uuid

    The identifier of the owner of the object

    creatorGuid uuid

    The identifier of the creator of the object

    orgGuid uuid

    The identifier of the organization the object belongs to

    deleted boolean

    The flag indicating if the object is deleted

    username string

    The username of the user.

    firstName string

    The first name of the user.

    lastName string

    The last name of the user.

    company string

    The company of the user.

    email string

    The email of the user.

    roles string[]

    The roles of the user.

    passwordSetAt date-time

    The time when the password was last set.

    loginAttemptsLeft int32

    The number of login attempts left before the account is locked.

    lastLoginDateTime date-time

    The time when the user last logged in.

    archived boolean

    Flag to archive the user and block him from logging in.

    orgGuid uuid

    Organization of the user.

Loading...