{
"id": "<string>",
"userId": "<string>",
"legalEntityId": "<string>",
"displayText": "<string>",
"email": "<string>",
"phoneNumber": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}Entities
Cardholder
A cardholder that can be assigned to cards created for the legal entity.
Unique identifier for the cardholder. Use this as cardholderId when creating a card.
Unique identifier for the user represented by this cardholder.
Unique identifier for the legal entity this cardholder belongs to.
Human-readable display text for the cardholder.
Email address for the cardholder.
Phone number for the cardholder.
First name for the cardholder.
Last name for the cardholder.
⌘I