Create User

A partner, using a token signed by their clientId and clientSecret, can call this method to create a user inside of a workspace inside of Boosted.

Authentication

Authorizationstring

Enter your JWT Token here in the format: Bearer {token}

Request

New User Request
workspace_idstringRequired
emailstringOptional
entitlementslist of objectsOptional
external_user_idstringOptional
namestringOptional

Response

Created
messagestring
successboolean
userobject

Errors

400
Bad Request Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error