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": "",
"created_at": "2025-06-30T19:21:42.634Z",
"discord": "cuz",
"email": "8fA2@D.com",
"email_verified": "2025-06-30T19:21:42.634Z",
"first_name": "By7g3fLBAG",
"github": "hHoiyG1A6VM99Le3X",
"id": "e08b0a0c-2f7c-47ef-b559-f60cd668d23f",
"image": "https://rBBSkXslNON.KiLSEbb.com/K/M24X6",
"last_name": "ix4xTdgAJ7YaSP",
"name": "NfO",
"phone": "+1-471-333-2930",
"role": "service_account",
"updated_at": "2025-06-30T19:21:42.634Z"
}