Skip to main content

Create a new user

POST 

/user

Create a new user

Request

Body

required
    user object
    name string

    The user name

    email email

    The user email

    type string

    Possible values: [NeprofileUser, NeaccessUser]

    Default value: NeprofileUser

    The user type

    profile_id uuid

    The user profile id

    title string

    The user description

    status string

    Possible values: [Active, Disabled]

    The user status

    login string

    The user login

    group_strings string

    The user group strings

Responses

Expected response to a valid request

Schema
    user object
    id uuid
    uid string

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

    name string
    email email
    type string

    Possible values: [NeprofileUser, NeaccessUser]

    Default value: NeprofileUser

    title string
    status string

    Possible values: [Active, Disabled]

    login string
    last_login date-time
    cookies_accepted_at date-time
    preferred_language string
Loading...