Skip to main content

Get role-profile contributor relationships

GET 

/role_profiles

Get role-profile contributor relationships

Request

Query Parameters

    query object

    Allows for pagination and sorting.

    role_id uuid

    The ID of a role for filtering

    profile_id uuid

    Profile ID to filter by

    metadata boolean

    Returns batching metadata in the response

Responses

Expected response to a valid request

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

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

    role_id uuid
    profile_id uuid
  • ]
  • _metadata object
    limit integer
    offset integer
    total integer
    next string
    previous string
Loading...