{"title":"Store User Role Object Reference","slug":"store-user-role-object-reference","url":"https://support.storeconnect.com/articles/store-user-role-object-reference","url_markdown":"https://support.storeconnect.com/articles/store-user-role-object-reference.md","subtitle":null,"summary":"Defines a user\u0026#39;s role to determine the level of access within the scope of a store.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Store User Role, s_c__Store_User_Role__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nDefines a user's role to determine the level of access within the scope of a store.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Store_User_Role__c` |\n| **Label** | Store User Role |\n| **Plural Label** | Store User Roles |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Store Group | `s_c__Store_Group_Id__c` | Lookup ([s_c__Store_Group__c](store-group-object-reference)) | No | The group of stores this user role applies to if the store scope is set to 'group'. |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | No | The store this user role applies to if the store scope is set to 'store'. |\n| Role | `s_c__Store_Role_Id__c` | Lookup ([s_c__Store_Role__c](store-role-object-reference)) | No | The role this user is assigned to determine the level of access based on the store's scope. |\n| Store Scope | `s_c__Store_Scope__c` | Picklist | No | The scope of the store the user role applies to. |\n| User | `s_c__User_Id__c` | Lookup ([User](user-object-reference)) | No | The user this role is assigned to determine the level of access based on the store's scope. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Store_Group_Id__c` | Lookup | [s_c__Store_Group__c](store-group-object-reference) | Store_User_Role_Store_Group |\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Store_User_Roles |\n| `s_c__Store_Role_Id__c` | Lookup | [s_c__Store_Role__c](store-role-object-reference) | Store_User_Role_Store_Role |\n| `s_c__User_Id__c` | Lookup | [User](user-object-reference) | Store_User_Role_User |"}