Get
/v1/members
The “Get Members” method is used to read all CCC Members from WACM. The purpose of “Get Members” is to allow the parent account to list all the Members that belong to their Sub-Accounts, access all their information, and filter them by using the supported query parameters.
Limitations include: Only users with specific permissions can use this endpoint!
Security
HTTP
Type basic
Query parameters
page
integer
Example13
size
integer
Example14
id
integer
Example35563
status
string
ExampleActive
username
string
ExampleMemberUsername
subAccountId
integer
Example32455
Responses
200
OK
string
Example{
"id": 35563,
"subAccountId": 32455,
"firstName": "",
"lastName": "",
"username": "",
"memberRole": "root",
"email": "",
"status": "Active",
"mfa": false,
"imageUrl": null,
"creationDate": "2023-12-19T09:35:47.598Z",
"address1": null,
"address2": null,
"country": null,
"city": null,
"state": null,
"zip": null,
"phone": null
}