Create Member

Prev Next
Post
/v1/members

The “Create Member” method is used to create a new member for a specific Sub-Account. The purpose of “Create Member” is to allow the Distributor/Governance and Control Account users to create new members for their Cloud Consoles.

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

Security
HTTP
Type basic
Body parameters
string
Example{ "subAccountId": 32455, "firstName": "", "lastName": "", "username": "", "memberRole": "root", "email": "", "password": "", "passwordResetRequired": true }
Responses
200

OK

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