{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PartnerAdminUser", "title": "PartnerAdminUser", "type": "object", "properties": { "id": { "type": "string", "example": "Y2LZY29ZCGFYAZOVL3VZL1BFT1BMRS9JOTYWOTZIYI1KYTRHLTQ3NZETYTC2ZI1KNDEZODQWZWVM1TQ", "description": "The user ID of the partner admin." }, "displayName": { "type": "string", "example": "display name", "description": "The display name of the partner admin." }, "firstName": { "type": "string", "example": "John", "description": "The first name of the partner admin." }, "lastName": { "type": "string", "example": "Doe", "description": "The last name of the partner admin." }, "emails": { "type": "array", "items": { "type": "string", "example": "johndoe@example.com" }, "description": "List of emails for the partner admin." }, "roleInCustomerOrg": { "type": "string", "example": "id_full_admin", "description": "The role of this partner admin in the given customer org." } } }