Organizations
List an org's members
Authorization
apiKey AuthorizationBearer <token>
OpenRelay API key. Send it as Authorization: Bearer vl_….
In: header
Path Parameters
orgId*string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/orgs/string/members"[
{
"userId": "string",
"role": "string",
"email": "string",
"fullName": "string",
"avatarUrl": "string",
"invitedAt": "string",
"joinedAt": "string"
}
]{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}