Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/v1/console/users/{user_id}/resend-invite \ --header 'Authorization: Bearer <token>'
{ "data": { "created_at": "2023-11-07T05:31:56Z", "display_name": "<string>", "email": "<string>", "first_name": "<string>", "id": "<string>", "last_name": "<string>", "unlimited_sessions": true, "department": "<string>", "last_activity_at": "2023-11-07T05:31:56Z", "middle_name": "<string>", "programme_codes": [], "role_id": "<string>", "role_name": "<string>", "title": "<string>", "updated_at": "2023-11-07T05:31:56Z" }, "message": "<string>", "success": true }
Enter your JWT access token
Successful Response
Show child attributes