Skip to main content

Find user by id​

Info for a specific user

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Responses

Expected response to a valid request


Schema
  • user object
  • id uuid

    The id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    The uid

  • name string

    The name

  • email email

    The email

  • type string

    Possible values: [NeprofileUser, NeaccessUser]

    Default value: NeprofileUser

    The type

  • title string

    The title

  • status string

    Possible values: [Active, Disabled]

    The status

  • login string

    The login

  • last_login date-time

    The last login time

  • cookies_accepted_at date-time

    The time the cookies were accepted at

  • preferred_language string

    The preferred language

Loading...