- Docs
- Api%2Freference%2Forganizations%2FListMembers
List members
Retrieve a paginated list of members belonging to a specific organization. This endpoint provides access to member information including roles, invitation status, and contact details. Members can be filtered by various criteria and sorted by different attributes.
AuthorizationBearer <token>
In: header
Path Parameters
organizationId*string
Unique identifier of the organization
Query Parameters
id?string
Filter resources by their unique identifier
name?string
Filter resources by their name or title
limit?integer
How many items to return at one time (max 100)
Format
int64next?string
Pagination token for retrieving the next page of results
order?string
Sort order for the results (ascending or descending)
Value in
"asc" | "desc"sortBy?string
Field name to sort the results by
status?string
filter by invite status
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/organizations/string/members"{
"count": 0,
"next": "string",
"members": [
{
"id": "string",
"wallet_id": "string",
"email": "string",
"invite_status": "pending",
"role_name": "string",
"when_created": "2019-08-24T14:15:22Z",
"when_modified": "2019-08-24T14:15:22Z"
}
]
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}