Skip to main content

Create a user-profile contributor relationship​

Create a user-profile contributor relationship

Request Body required
  • user_profile object
  • user_id uuid

    The user id

  • profile_id uuid

    the profile id

  • ne_attribute_id uuid

    The ne_attribute_id

  • relationship_type string

    Possible values: [owner, contributor]

    the relationship type

Responses

Expected response to a valid request


Schema
  • user_profile object
  • id uuid

    The id

  • uid string

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

    the uid

  • user_id uuid

    The user id

  • profile_id uuid

    The profile_id

  • ne_attribute_id uuid

    The ne_attribute_id

  • relationship_type string

    Possible values: [owner, contributor]

    the relationship_type

Loading...