Members
Authorization
bearer In: header
Path Parameters
Response Body
application/json
curl -X GET "https://example.com/projects/string/b2b/organizations/string/members"[ { "id": "string", "organizationId": "string", "customerId": "string", "role": "OWNER", "roles": [ "org:admin" ], "source": "API", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "customer": { "id": "string", "email": "string", "externalId": "user_8291", "identitySource": "MAILMUS_AUTH" } }]Authorization
bearer In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/projects/string/b2b/organizations/string/members" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "organizationId": "string", "customerId": "string", "role": "OWNER", "roles": [ "org:admin" ], "source": "API", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "customer": { "id": "string", "email": "string", "externalId": "user_8291", "identitySource": "MAILMUS_AUTH" }}Authorization
bearer In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/projects/string/b2b/organizations/string/members/string" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "organizationId": "string", "customerId": "string", "role": "OWNER", "roles": [ "org:admin" ], "source": "API", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "customer": { "id": "string", "email": "string", "externalId": "user_8291", "identitySource": "MAILMUS_AUTH" }}Authorization
bearer In: header
Path Parameters
Response Body
application/json
curl -X DELETE "https://example.com/projects/string/b2b/organizations/string/members/string"{ "removed": true}