API → OrgsUpdate a member of your org
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
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.
put
/org/members/{user_id}$ curl -X PUT "https://api.zoo.dev/org/members/{user_id}" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"role": "member"
}'
200 OK
Response{
"company": "74rYMBulBg7xithJUSId",
"created_at": "2025-07-01T20:12:26.206Z",
"discord": "lGazg7YA13FcN",
"email": "c6@wb.com",
"email_verified": "2025-07-01T20:12:26.206Z",
"first_name": "TXPsZedMW7o0NWHhKt27gjDuTq",
"github": "8LLo",
"id": "7283297d-e53f-4173-9476-05b967f07372",
"image": "https://.7ygyF.com/JolLZe/FXNSAFUHB",
"last_name": "nAVV",
"name": "K8J57ARN6v",
"phone": "+1-297-681-2351",
"role": "member",
"updated_at": "2025-07-01T20:12:26.206Z"
}