Skip to main content

Update an existing role​

Update an existing role

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Request Body required
  • role object
  • type string

    Possible values: [NeprofileRole, NeaccessRole]

    The type

  • name string

    The name

  • groups string[]

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