Create User
POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/users
Request to register a user and link them to an Organization.
RBAC Permissions Required
See the Authentication section of these APIs for more information on what is required to authenticate these requests.
Request Body
{"email"=>"rfortress+test3@vmware.com", "first_name"=>"Ryan", "last_name"=>"Fortress", "role"=>"DEPRECATED", "role_urn"=>"psc:role:{{cb_org_key}}:VIEW_ONLY"}