Skip to content
Get started

Representatives

Representatives are individuals who have legal authority or significant responsibility within a business entity associated with a Straddle account. Each representative undergoes automated verification as part of KYC/KYB compliance. Use representatives to collect and verify beneficial owners, control persons, and authorized signers required for account onboarding. Representatives also determine who can legally operate the account and make important changes.

Create a representative
Representative Embed.Representatives.Create(RepresentativeCreateParamsparameters, CancellationTokencancellationToken = default)
POST/v1/representatives
List representatives
RepresentativePaged Embed.Representatives.List(RepresentativeListParams?parameters, CancellationTokencancellationToken = default)
GET/v1/representatives
Update a representative
Representative Embed.Representatives.Update(RepresentativeUpdateParamsparameters, CancellationTokencancellationToken = default)
PUT/v1/representatives/{representative_id}
Lookup a representative
Representative Embed.Representatives.Get(RepresentativeGetParamsparameters, CancellationTokencancellationToken = default)
GET/v1/representatives/{representative_id}
Retrieve unmasked representative details
Representative Embed.Representatives.Unmask(RepresentativeUnmaskParamsparameters, CancellationTokencancellationToken = default)
GET/v1/representatives/{representative_id}/unmask
ModelsExpand Collapse
class Representative:
required Data Data
required string ID

Unique identifier for the representative.

formatuuid
required string AccountID

The unique identifier of the account this representative is associated with.

formatuuid
required DateTimeOffset CreatedAt

Timestamp of when the representative was created.

formatdate-time
required DateOnly Dob

The date of birth of the representative, in ISO 8601 format (YYYY-MM-DD).

formatdate
required string? Email

The email address of the representative.

formatemail
required string FirstName

The first name of the representative.

required string LastName

The last name of the representative.

required string MobileNumber

The mobile phone number of the representative.

required string Name
required Relationship Relationship
required Boolean Control

Whether the representative has significant responsibility to control, manage, or direct the organization. One representative must be identified under the control prong for each legal entity.

required Boolean Owner

Whether the representative owns any percentage of of the equity interests of the legal entity.

required Boolean Primary

Whether the person is authorized as the primary representative of the account. This is the person chosen by the business to provide information about themselves, general information about the account, and who consented to the services agreement.

There can be only one primary representative for an account at a time.

Double? PercentOwnership

The percentage of ownership the representative has. Required if 'Owner' is true.

formatdouble
string? Title

The job title of the representative.

required string SsnLast4

The last 4 digits of the representative's Social Security Number.

required Status Status

The current status of the representative.

One of the following:
"created"Created
"onboarding"Onboarding
"active"Active
"rejected"Rejected
"inactive"Inactive
required StatusDetail StatusDetail
required string Code

A machine-readable code for the specific status, useful for programmatic handling.

required string Message

A human-readable message describing the current status.

required Reason Reason

A machine-readable identifier for the specific status, useful for programmatic handling.

One of the following:
"unverified"Unverified
"in_review"InReview
"pending"Pending
"stuck"Stuck
"verified"Verified
"failed_verification"FailedVerification
"disabled"Disabled
"new"New
required Source Source

Identifies the origin of the status change (e.g., watchtower). This helps in tracking the cause of status updates.

required DateTimeOffset UpdatedAt

Timestamp of the most recent update to the representative.

formatdate-time
string? ExternalID

Unique identifier for the representative in your database, used for cross-referencing between Straddle and your systems.

IReadOnlyDictionary<string, string>? Metadata

Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the represetative in a structured format.

string? Phone
string? UserID

The unique identifier of the user account associated with this representative, if applicable.

formatuuid
required ResponseMetadata Meta

Metadata about the API request, including an identifier and timestamp.

required string ApiRequestID

Unique identifier for this API request, useful for troubleshooting.

formatuuid
required DateTimeOffset ApiRequestTimestamp

Timestamp for this API request, useful for troubleshooting.

formatdate-time
required ResponseType ResponseType

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.
One of the following:
"object"Object
"array"Array
"error"Error
"none"None
class RepresentativePaged:
required IReadOnlyList<Data> Data
required string ID

Unique identifier for the representative.

formatuuid
required string AccountID

The unique identifier of the account this representative is associated with.

formatuuid
required DateTimeOffset CreatedAt

Timestamp of when the representative was created.

formatdate-time
required DateOnly Dob

The date of birth of the representative, in ISO 8601 format (YYYY-MM-DD).

formatdate
required string? Email

The email address of the representative.

formatemail
required string FirstName

The first name of the representative.

required string LastName

The last name of the representative.

required string MobileNumber

The mobile phone number of the representative.

required string Name
required Relationship Relationship
required Boolean Control

Whether the representative has significant responsibility to control, manage, or direct the organization. One representative must be identified under the control prong for each legal entity.

required Boolean Owner

Whether the representative owns any percentage of of the equity interests of the legal entity.

required Boolean Primary

Whether the person is authorized as the primary representative of the account. This is the person chosen by the business to provide information about themselves, general information about the account, and who consented to the services agreement.

There can be only one primary representative for an account at a time.

Double? PercentOwnership

The percentage of ownership the representative has. Required if 'Owner' is true.

formatdouble
string? Title

The job title of the representative.

required string SsnLast4

The last 4 digits of the representative's Social Security Number.

required Status Status

The current status of the representative.

One of the following:
"created"Created
"onboarding"Onboarding
"active"Active
"rejected"Rejected
"inactive"Inactive
required StatusDetail StatusDetail
required string Code

A machine-readable code for the specific status, useful for programmatic handling.

required string Message

A human-readable message describing the current status.

required Reason Reason

A machine-readable identifier for the specific status, useful for programmatic handling.

One of the following:
"unverified"Unverified
"in_review"InReview
"pending"Pending
"stuck"Stuck
"verified"Verified
"failed_verification"FailedVerification
"disabled"Disabled
"new"New
required Source Source

Identifies the origin of the status change (e.g., watchtower). This helps in tracking the cause of status updates.

required DateTimeOffset UpdatedAt

Timestamp of the most recent update to the representative.

formatdate-time
string? ExternalID

Unique identifier for the representative in your database, used for cross-referencing between Straddle and your systems.

IReadOnlyDictionary<string, string>? Metadata

Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the represetative in a structured format.

string? Phone
string? UserID

The unique identifier of the user account associated with this representative, if applicable.

formatuuid
required PagedResponseMetadata Meta

Metadata about the API request, including an identifier, timestamp, and pagination details.

required string ApiRequestID

Unique identifier for this API request, useful for troubleshooting.

formatuuid
required DateTimeOffset ApiRequestTimestamp

Timestamp for this API request, useful for troubleshooting.

formatdate-time
required Int MaxPageSize

Maximum allowed page size for this endpoint.

formatint32
required Int PageNumber

Page number for paginated results.

formatint32
required Int PageSize

Number of items per page in this response.

formatint32
required string SortBy

The field that the results were sorted by.

required SortOrder SortOrder
One of the following:
"asc"Asc
"desc"Desc
required Int TotalItems

Total number of items returned in this response.

formatint32
required Int TotalPages

The number of pages available.

formatint32
required ResponseType ResponseType

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.
One of the following:
"object"Object
"array"Array
"error"Error
"none"None