Actors

Create an Actor

post/actors

Request body

Example request

{
  "actor": {
    "allow_email_otp_sign_in": false,
    "email": "joe.user@example.com",
    "name": "Joe User",
    "type": "account_admin_user"
  }
}

Response

ActorResponse

Example response

{
  "data": {
    "allow_email_otp_sign_in": false,
    "created_by_directory_id": null,
    "email": "john.doe@example.com",
    "id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
    "inserted_at": "2024-01-01T00:00:00Z",
    "is_disabled": false,
    "last_seen_at": "2024-01-15T10:30:00Z",
    "name": "John Doe",
    "type": "account_admin_user",
    "updated_at": "2024-01-15T10:30:00Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.