cURL
curl --request PUT \ --url https://cloud.onyx.app/api/manage/admin/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "<string>" ] } '
123
emails are string validated. If any email fails validation, no emails are invited and an exception is raised.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type integer.
integer
Was this page helpful?