API → Orgs → Add a member to your org
Parameters
Name
Type
Req.
Returns
- 201 Created
successful creation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
admin
: Admins can do anything in the org.member
: Members of an org can not modify an org, but they belong in the org.service_account
: A service account role.
post
/org/members$ curl -X POST "https://api.zoo.dev/org/members" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"email": "8X@.com",
"role": "admin"
}'
201 Created
Response{
"company": "mwvQX2CD",
"created_at": "2025-04-25T16:39:09.732Z",
"discord": "",
"email": "8KBj@rZmu.com",
"email_verified": "2025-04-25T16:39:09.732Z",
"first_name": "97jiOI",
"github": "NZyoSg2D3xSF875AJVQPzknPb3GGCR",
"id": "e5a6075b-ea93-44f3-b7e8-7a79ff3eb2a0",
"image": "https://CfP9s72qW.Om7SiwnAKW.com/wW73SaBS/FDiHZIZmw9",
"last_name": "MsSnrrIkE",
"name": "ef0DLwc",
"phone": "+1-928-980-8392",
"role": "admin",
"updated_at": "2025-04-25T16:39:09.732Z"
}