ApiMembers

List the team

GET
/api/b/v1/members

Authorization

OAuth2PasswordBearer
AuthorizationBearer <token>

In: header

admin_access_token?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/b/v1/members"
{  "members": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",      "role": "owner",      "status": "invited",      "invited_by": "0fdabe0c-eb7c-440a-96d2-2c65906c3777"    }  ]}