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": "pKVtE@D.com",
"role": "member"
}'
201 Created
Response{
"company": "kK",
"created_at": "2025-05-22T02:03:51.570Z",
"discord": "FCvlc",
"email": "gnr@bf2UAH7sO.com",
"email_verified": "2025-05-22T02:03:51.570Z",
"first_name": "XdzqS8hIruyd7LN2zM5rQuia",
"github": "maPOicjKlwbb3lhUUtzkqZmv93elkK",
"id": "014d01e0-52a1-44d0-bdcc-142453bee843",
"image": "https://Kus3p.mh4pY.com/7tuOJu/eVKnCnshheG",
"last_name": "u1yHofa52jDhitYvMTdvPOgDR",
"name": "RByAD2oUs9lEK1SAyc7uQWbFau4IW",
"phone": "+1-833-973-9383",
"role": "member",
"updated_at": "2025-05-22T02:03:51.570Z"
}