Get Member by Id
Returns information about the specified member. Users should be able to read only the members that belong to the Sub-Accounts they have permission to view.
URL (GET)
/api/v1/members/:id
Parameters
None
Request Body
None
Response
{
"id": ####,
"subAccountId": ####,
"firstName": "",
"lastName": "",
"username": "",
"memberRole": "root",
"email": "",
"status": "active", (can have values: Active, Deactivated, Suspended, or Locked)
"mfa": false,
"imageUrl": null,
"creationDate": "2023-12-19T09:35:47.598+00:00",
"address1": null,
"address2": null,
"country": null,
"city": null,
"state": null,
"zip": null,
"phone": null
},