API → OrgsAdd 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": "qdcqGNTmr@TIUM0ObGpI.com",
"role": "admin"
}'
201 Created
Response{
"company": "CSPX815AvKGWgoEydD9HHE",
"created_at": "2025-06-13T18:06:10.009Z",
"discord": "dZ9BHd6a1yDUdKBc5fi9",
"email": "0UWY8@r1tjCQZM1.com",
"email_verified": "2025-06-13T18:06:10.009Z",
"first_name": "9fa9aiHhMWhjbiTJ136Uub0XfbaP",
"github": "ecgOLuOSg",
"id": "b0e0c774-6143-4c7a-a2c5-792ab62862b4",
"image": "https://e0IYpY7.U5XswoBp8fHT.com/Dqk7jEnIpjw/c",
"last_name": "rxDNlJyrkBbqIiYWAOkYo257fbOC0t",
"name": "hacJWGQqskAJ3gCO1bXCw",
"phone": "+1-904-688-2804",
"role": "service_account",
"updated_at": "2025-06-13T18:06:10.009Z"
}