Skip to main content

Get user-profile contributor relationships

GET 

/user_profiles

Get user-profile contributor relationships

Request

Query Parameters

    query object

    Allows for pagination and sorting.

    user_id uuid

    The ID of a user for filtering

    ne_attribute_id uuid

    ID of an attribute for filtering

    profile_id uuid

    Profile ID to filter by

    relationship_type string

    Possible values: [owner, contributor]

    Type of user contributor relationship to filter by

    metadata boolean

    Returns batching metadata in the response

Responses

Expected response to a valid request

Schema

    user_profiles

    object[]

  • Array [

  • id uuid
    uid string

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

    user_id uuid
    profile_id uuid
    ne_attribute_id uuid
    relationship_type string

    Possible values: [owner, contributor]

  • ]

  • _metadata

    object

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