Skip to main content

Get roles

GET 

/roles

This endpoint can retrieve roles from NERM. Optionally you can provide parameters to filter results.

Request

Query Parameters

    query object

    Allows for pagination and sorting.

    metadata boolean

    Returns batching metadata in the response

Responses

Expected response to a valid request

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

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

    name string
    groups string[]
  • ]
  • _metadata object
    limit integer
    offset integer
    total integer
    next string
    previous string
Loading...