Skip to main content
POST
/
v1
/
console
/
users
/
{user_id}
/
resend-invite
Resend Invite
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
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Path Parameters

user_id
string
required

Response

Successful Response

data
UserResponse · object
message
string | null
success
boolean
default:true