Skip to main content
POST
/
v2
/
users
/
{user_id}
/
resend-invitation
Resend a user invitation
curl --request POST \
  --url https://api.arize.com/v2/users/{user_id}/resend-invitation \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "title": "Invalid request parameters",
  "detail": "The 'name' field is required and must be a non-empty string.",
  "instance": "/resource",
  "type": "https://arize.com/docs/ax/rest-reference/errors#invalid-request"
}

Authorizations

Authorization
string
header
required

Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format

Path Parameters

user_id
string
required

The unique user identifier (base64) A universally unique identifier (base64-encoded opaque string).

Example:

"RW50aXR5OjEyMzQ1"

Response

Invitation resend accepted (no content)