v1
latestOpenAPI 3.0.12026-08-064278250.7 KBportal-users
Add a portal user
Add an admin portal user to a specified workspace. The user is assigned a super admin role.
post/v1/portal-users
Headers
Workspacestring required
The workspace identifier, which isolates API requests inside the provided workspace scope.
Request body
Example request
{
"firstName": "Martin",
"lastName": "Simpson",
"email": "corotest@corotest.com",
"invitedByAdminName": "Martin Miller",
"invitedByAdminEmail": "corotest@corotest.com"
}Response
Success
Example response
{
"id": "1028361sy8163gqa",
"userStatus": "Unable to add user"
}