organizations
Shows a list of all members that belongs to organization
get/v1/organizations/{username}/members
Query parameters
pageinteger
sizeinteger
sortBystring
orderBystring
Headers
X-Fieldsstring mask
An optional fields mask
Response
Success
Example response
{
"content": [
{
"status": "INVITED",
"role": "MEMBER"
}
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.