Skip to main content

Create multiple new roles​

Create multiple new users

Request Body required
  • roles object[]
  • uid string

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

    the uid

  • type string

    Possible values: [NeprofileRole, NeaccessRole]

    The role type

  • name string

    The role name

  • groups string[]

    The role's groups

Responses

Expected response to a valid request


Schema
    oneOf

  • roles object[]

    the list of roles

  • id uuid

    the id

  • uid string

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

    the uid

  • name string

    The name

  • groups string[]

    the groups

Loading...