Português (BR)
cURL
curl --request POST \ --url https://api.contas.rdstationmentoria.com.br/rest/memberships/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "emails": [ "jsmith@example.com" ], "roles": [ { "appId": "<string>", "role": null } ], "admin": true }'
true
Envia um convite a um usuário por e-mail.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type boolean.
boolean