Skip to main content

Find user-profile contributor relationship by id

GET 

/user_profiles/:id

Find user-profile contributor relationship by id

Request

Path Parameters

    id uuidrequired

    ID of the object to retrieve, update, or delete

Responses

Expected response to a valid request

Schema
    user_profile object
    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]

Loading...