Skip to main content
POST
/
v1
/
ui
/
providers
/
invitations
Create user invitations
curl --request POST \
  --url https://api.example.com/v1/ui/providers/invitations \
  --header 'Content-Type: application/json' \
  --data '
{
  "emails": [
    "jsmith@example.com"
  ],
  "roles": [
    "<string>"
  ]
}
'

Body

application/json
emails
string<email>[]
required
Minimum array length: 1
roles
string[]

Response

Invitations created successfully