WorkOS PHP SDK

AgentAdminLinkClaimAttemptToExternalUserRequest
in package
implements JsonSerializable uses JsonSerializableTrait

Read onlyYes

Table of Contents

Interfaces

JsonSerializable

Properties

$claimAttemptToken  : string
The token identifying the claim attempt.
$organizationId  : string|null
The organization to place the agent in. Required when the user belongs to more than one organization.
$type  : string
The operation to perform on the claim attempt. Currently only `link_external_user` is supported.
$user  : AgentAdminLinkClaimAttemptToExternalUserRequestUser
The user to attach to the claim attempt, identified by email and external ID.

Methods

__construct()  : mixed
fromArray()  : self
jsonSerialize()  : array<string|int, mixed>
toArray()  : array<string|int, mixed>

Properties

Methods

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results