Skip to main content

Get current user

Get current user

Responses

A successful response.


Schema
    user object
    id string
    name can either be empty or must start with a character

    Unique name of the user.

    title string

    Name of the user.

    email string
    metadata object
    createdAt date-time

    The time the user was created.

    updatedAt date-time

    The time the user was last updated.

    state string
    serviceuser object
    id string
    title string

    User friendly name of the service user.

    metadata object
    createdAt date-time

    The time the user was created.

    updatedAt date-time

    The time the user was last updated.

    state string
    orgId string
Loading...