Activate Dev Users

Activates the requested user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID for the Dev user.
groupslist of stringsOptional
IDs of the groups assigned to user during activation.

Response

The response to activate the Dev user.
invite_sentboolean
Whether an invitation has been sent to the Dev user.

Errors