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": "0@ZjX8hqc.com",
"role": "admin"
}'
201 Created
Response{
"company": "Bn5UprRtIl95vThIaXD",
"created_at": "2025-04-01T00:19:55.782Z",
"discord": "vNAIrnhIuI6nbBruXg",
"email": "4zwc7XLJt@BV.com",
"email_verified": "2025-04-01T00:19:55.782Z",
"first_name": "F",
"github": "Hvbti",
"id": "479c4e72-530d-4537-9c5e-3ea7bcb23d70",
"image": "https://9vjhIzX2RJU.IVoqI.com/JOI7jy/",
"last_name": "hq5syLavGh47O",
"name": "PIw3",
"phone": "+1-601-812-8616",
"role": "admin",
"updated_at": "2025-04-01T00:19:55.782Z"
}