Skip to main content

Create a new user​

Create a new user

Request Body required
  • user object
  • name string

    The users name

  • email email

    Email

  • type string

    Possible values: [NeprofileUser, NeaccessUser]

    Default value: NeprofileUser

    The user type

  • profile_id uuid

    The user profile_id

  • title string

    The user title

  • status string

    Possible values: [Active, Disabled]

    The user status

  • login string

    The user login

  • admin boolean

    Default value: false

    Is the user an admin

  • group_strings string

    The users group strings

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