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_id
email
entitlements
external_user_id
name
Response
Created
message
success
user
Errors
400
Bad Request Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error
