Skip to main content

Update a user by id​

Update a user by id

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Request Body required
  • user object
  • id uuid

    The id

  • name string

    The name

  • email email

    The email

  • type string

    Possible values: [NeprofileUser, NeaccessUser]

    Default value: NeprofileUser

    The type

  • profile_id uuid

    The profile_id

  • title string

    The title

  • status string

    Possible values: [Active, Disabled]

    The status

  • login string

    The login

  • admin boolean

    Is the user an admin

  • group_strings string

    The group strings (used in roles later on)

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...