Skip to main content

Get system roles

GET 

/system_roles

This endpoint can retrieve system 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

    system_roles

    object[]

  • Array [

  • id uuid

    The unique identifier for the object

    uid string

    Possible values: >= 32 characters and <= 32 characters, [profile_contributor, profile_owner]

    The user identifier for the object

    name string

    Possible values: [Profile Contributor, Profile Owner]

    The name of the role

  • ]

  • _metadata

    object

    limit integer
    offset integer
    total integer
    next string
    previous string
Loading...