Productsup
CDE APIApi referenceManagement

Add member to organization.

Sign in to run requests against the CDE API.
PUT
/organizations/{organizationId}/members/{memberId}

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string
Formatuuid
memberId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "https://loading/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/members/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "message": "successful operation",
  "resource": "organization",
  "data": {
    "uuid": "019e6e75-163a-7095-91a6-cf16fb708234",
    "name": "Productsup",
    "connectors-limit": 10,
    "members": [
      {
        "uuid": "019e6e75-1641-76e9-81b6-58dcd94b2218"
      },
      {
        "uuid": "019e6e75-1645-7155-a184-aa6803a09e3a"
      },
      {
        "uuid": "019e6e75-164b-7aa6-9d48-af4112134382"
      }
    ],
    "notification-config": null,
    "dev-defaults": null,
    "prod-defaults": null
  }
}
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}
{
  "message": "Organization not found."
}

How is this guide?