Creates and/or associates the user from the payload with the specified groups of the account.

When using this endpoint, the payload must have at least next attributes:

  • user - the email of the new user
  • first_name
  • last_name
  • groups - a list of group IDs belonging to the specified account, the user should be part of. You can not have an empty list. At least one group id has to be provided.

Example payload:

{
    "first_name": "Frankie",
    "last_name": "Robot",
    "user": "[email protected]",
    "groups": [A123, A345]
}
Language
Authorization
Click Try It! to start a request and see the response here!