Get Member by ID

Prev Next
Get
/v1/members/{id}

The “Get Member by ID” method is used to read a specific CCC Member from WACM. The purpose of “Get Member by ID” is to allow the parent account to access the information of a specific Member that belongs to one of their Sub-Accounts by providing its WACM ID.

Limitations include: Only users with specific permissions can use this endpoint!

Security
HTTP
Type basic
Path parameters
id
integerRequired
Example7261
Responses
200

OK

string
Example{ "id": 7261, "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 }