Bulk Invite Users
curl --request PUT \
--url https://cloud.onyx.app/api/manage/admin/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"<string>"
]
}
'123User Management
Bulk Invite Users
emails are string validated. If any email fails validation, no emails are invited and an exception is raised.
PUT
/
manage
/
admin
/
users
Bulk Invite Users
curl --request PUT \
--url https://cloud.onyx.app/api/manage/admin/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"<string>"
]
}
'123Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I