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 or null
successboolean or null
userobject or null

Errors