cURL
curl --request PATCH \ --url https://cloud.onyx.app/api/manage/admin/activate-user \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "user_email": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Authorization header with Bearer token
Successful Response
Was this page helpful?