CustomAttribute
A custom attribute for a user or an account
This page contains
Fields
| key: String | Key of custom attribute |
| value: [String!] | Value of custom attribute |
Parent objects of CustomAttribute
| Account PREVIEW | An account (that is, a company) in the marketplace |
| User PREVIEW | User from the Account Management Service |
Queries for CustomAttribute
| account | Retrieve an account by ID |
| accountByExternalId | Retrieve an account by external ID |
| me | Retrieve details of currently logged-in user |
| user | Retrieve a user by ID |
| userByExternalId | Retrieve a user by external ID |
| userByUsername | Retrieve a user by username |


