cURL
curl --request GET \ --url https://cloud.onyx.app/api/manage/users/invited \ --header 'Authorization: Bearer <token>'
[ { "email": "<string>" } ]
Authorization header with Bearer token
Successful Response
Was this page helpful?