curl --request POST \
--url https://api.example.com/orgs/{org_id}/invite-links/{link_id}/regenerate{
"id": "<string>",
"role": "viewer",
"token": "<string>",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Regenerate an invite link token. Owner only.
The old token is invalidated immediately.
curl --request POST \
--url https://api.example.com/orgs/{org_id}/invite-links/{link_id}/regenerate{
"id": "<string>",
"role": "viewer",
"token": "<string>",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Successful Response
Response for a single invite link.
Invite link ID
Role granted by this link
viewer, editor Invite link token
Whether the link is active
Creation timestamp
Last update timestamp