Skip to content

Send Identity Invitations

POST
/api/v1/developer/users/identity/invitations

Available since v1.24.6

Authorizations

bearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
[
  
{
  
  
"user_id": "string",
  
  
"email": "string"
  
}
]

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": [
  
  
{
  
  
}
  
]
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI