APIOrgsAdd a member to your org

Parameters

Name

Type

Req.

  • bodyapplication/json

    object
    optional
    Object Properties
    • email

      string / Email Address
      optional
    • role

      string
      optional
      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.

Returns

  • 201 Created

    successful creation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • company

      string
      optional
    • created_at

      string / ISO-8601
      optional
    • discord

      string
      optional
    • email

      string / Email Address
      optional
    • email_verified

      string / ISO-8601
      optional
    • first_name

      string
      optional
    • github

      string
      optional
    • id

      string / UUID
      optional
    • image

      string / URL
      optional
    • last_name

      string
      optional
    • name

      string
      optional
    • phone

      string / Phone Number
      optional
    • role

      string
      optional
      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.
    • updated_at

      string / ISO-8601
      optional
post
/org/members
$ curl -X POST "https://api.zoo.dev/org/members" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{
  "email": "IR0p00lFV8@ZneK9i6.com",
  "role": "admin"
}'
201 Created
Response
{
  "company": "bUAjWg4erHQ0deUf",
  "created_at": "2025-07-01T20:12:24.458Z",
  "discord": "wUk6H2mi53VvalEnaucT9GOzi",
  "email": "PLxf1o5h@gCrOURhra.com",
  "email_verified": "2025-07-01T20:12:24.458Z",
  "first_name": "QQ5K5bkZa5N716i3Ek7jAI9cyXDcl",
  "github": "FCrjpsIfGKsKx6tq5xu",
  "id": "aca9cdd0-7689-4002-ad23-0c97759d7a39",
  "image": "https://sbh.4Co4Bk.com//BJxgrsYAzEO",
  "last_name": "EFoHjhe45FwPSUQ9sEru",
  "name": "i9hViEDxr3r03uB",
  "phone": "+1-856-333-5408",
  "role": "admin",
  "updated_at": "2025-07-01T20:12:24.458Z"
}