Skip to main content

Update multiple users

PATCH 

/users

Update multiple users

Request

Body

required
    users object[]
  • Array [
  • 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
    oneOf
    users object[]
  • Array [
  • 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...