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.
Authorization header with Bearer token
Successful Response
The response is of type integer.
integer
Was this page helpful?