API ReferenceMembers
List pending membership requests
List membership requests awaiting admin approval. Permission gate
matches member.invite since approving a request is morally the same
as inviting them — both add an active member to the company.
Requires a valid bearer token and the member.invite capability.
Company-scoped to the company_id in the path.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
company_id*Company Id
Response Body
application/json
application/json
curl -X GET "https://example.com/companies/string/membership-requests"nullEmpty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}