Skip to main content
POST
Activates a User on an Environment.

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.

Path Parameters

organisation_id
string<ulid>
required

Body

application/json

ActivationCreate is the request payload to activate an environment for End User

userId
string
required

This userID could be the id or the external_id of the user that is being activated.

environmentId
string<ulid>
required
connections
object[]
required
dynamicVariables
object

Response

200 - application/json

OK

id
string<ulid>
required
user
object
required
environment
object
connections
object[]
dynamicVariables
object