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": "@.com",
"role": "member"
}'
201 Created
Response{
"company": "zcPhW4iK8s4W7jiWl",
"created_at": "2025-06-21T18:41:37.539Z",
"discord": "Z6K7I0YJljEdzH40dwxncriN",
"email": "gMi5x@.com",
"email_verified": "2025-06-21T18:41:37.539Z",
"first_name": "3bh1inlPF5yuMCDUGPi",
"github": "hj83kGWbM2MssiAD5WT",
"id": "fba68112-5972-40dc-8f1c-47540af0a8c2",
"image": "https://hO8AxF4M.0kdlKM7I.com//2L",
"last_name": "oVTuI29ye2jzgHm",
"name": "zTyIluVMzOqz3K",
"phone": "+1-725-104-5913",
"role": "service_account",
"updated_at": "2025-06-21T18:41:37.539Z"
}