Skip to main content
Add an existing user to the organization by email as Admin
curl --request POST \
  --url https://api.ionworks.com/organizations/{organization_id}/users/by-email \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

organization_id
string
required

Body

application/json

Request model to add an existing user to an organization by email.

email
string
required

Response

Successful Response