Skip to main content

User GET

GET 

/users/:userId

Required Permissions: User Get or User Admin

Request

Path Parameters

    userId integerrequired

    The id of the User that you wish to get data from.

Responses

A JSON Object containing a user's data.

Schema
    user object
    archived boolean
    avatar objectnullable
    avatar_file_upload_url string
    created_at date-time
    created_by_user_id integer

    Possible values: >= 1

    department string
    email email
Loading...