Skip to main content

Create a user-profile contributor relationship

POST 

/user_profile

Create a user-profile contributor relationship

Request

Body

required
    user_profile object
    user_id uuid
    profile_id uuid
    ne_attribute_id uuid
    relationship_type string

    Possible values: [owner, contributor]

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...