Skip to main content

Update a user by id

PATCH 

/users/:id

Update a user by id

Request

Path Parameters

    id uuidrequired

    ID of the object to retrieve, update, or delete

Body

required
    user object
    id uuid

    ID of the object to retrieve or update

    name string

    The name

    email email

    The email

    type string

    Possible values: [NeprofileUser, NeaccessUser]

    Default value: NeprofileUser

    Type of user

    profile_id uuid

    ID of the profile

    title string

    The title

    status string

    Possible values: [Active, Disabled]

    Status of the user

    login string

    The login

    group_strings string

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