Skip to main content

Create a new role​

Create a new role

Request Body required
  • role 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
  • role object
  • id uuid

    the id

  • uid string

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

    the uid

  • name string

    The name

  • groups string[]

    the groups

Loading...