# CompanyContactRole - customer - OBJECT Version: unstable ## Description A role for a company contact. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ### Access Scopes ## Fields * [id](/docs/api/customer/unstable/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/customer/unstable/scalars/String): String! - The name of the role. * [resourcePermission](/docs/api/customer/unstable/enums/PermittedOperation): PermittedOperation! - The permissions on a specified resource. * [resourcePermissions](/docs/api/customer/unstable/objects/ResourcePermission): ResourcePermission! - A list of permissions on all resources. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples