Skip to main content

Update multiple roles

PATCH 

/roles

Update multiple users

Request

Body

required
    roles object[]
  • Array [
  • type string

    Possible values: [NeprofileRole, NeaccessRole]

    The type of role

    name string

    The name of the user role

    archived boolean

    Set to true to archive, false to unarchive

    groups string[]

    Role groups

  • ]

Responses

Expected response to a valid request

Schema
    oneOf
    roles object[]
  • Array [
  • id uuid
    uid string

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

    name string
    groups string[]
  • ]
Loading...