Skip to main content
PATCH
Assign an account type to a user (admin)

Authorizations

Authorization
string
header
required

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

Path Parameters

sub
string
required

Body

application/json
type
enum<string>

PERSONAL, PROFESSIONAL, or PARTNER.

Available options:
PERSONAL,
PROFESSIONAL,
PARTNER

Response

200 - undefined