SCIM user management for your organization

After you've verified your domain and set up SAML authentication for your organization, you can generate a SCIM API token.

Features

Providing the SCIM API token to your identity service provider allows you to take the following actions through your identity provider:

  • Create users
  • Assign or update user roles
  • Deactivate users

Requirements

Before you set up SCIM user management, you need to verify your domain and create a SAML configuration. You can only manage users who are associated with a domain that you've verified.

Configure SCIM user management

  1. In your Shopify organization admin, go to Users > Security.
  2. In the SCIM integration section, click Generate API token.
  3. Click Copy to copy the generated token to your clipboard.
  4. Provide the token to your identity service provider. The procedure for adding the token depends on which identity service provider you use.


After your API token has been added to your identity service provider, you can add or remove users through that service. Depending on the status of that user within Shopify and your identity service provider, this can change how they log in to Shopify.

Effects of creating a user in an identity provider
User status Effect within Shopify
User already exists in your organization If you add a user in your identity service provider, then the user is required to log in using SAML authentication if all the following are true:

  • the user already exists in Shopify
  • the user already exists in your organization
  • you use Specific users enforcement
The effect of removing a user's access through your identity provider depends on their user status. If you remove an active user's access to Shopify using your identity service provider, then they are suspended in your organization. If you permanently delete a user using your identity service provider, then they might be deleted from your organization, depending on your identity provider setup.
User exists in Shopify, but not your organization If you add a user in your identity service provider, then the user is added to your organization and required to log in using SAML authentication if all the following are true:

  • the user already exists in Shopify
  • the user does not exist in your specific organization
  • you use Required or Specific users enforcement
User does not exist in Shopify If you add a user in your identity service provider, then the user is added to your organization and is required to log in using SAML authentication if all the following are true:

  • the user does not exist in Shopify
  • you use Required or Specific users enforcement
When the user signs in to the Shopify organization admin for the first time, then that user must do so through the identity provider, not through the Shopify login page.

After adding the API token, when you add a new user who did not previously exist in Shopify either through your identity provider or the organization admin, your new user is set to pending status. If your user is required to log in using SAML, then they remain in pending status until they log in using your identity provider.

Role assignment in SCIM

After you complete SCIM configuration, you can optionally assign roles to SCIM users through your identity service provider. Before you assign a role to a user, verify that the role exists in your organization. Existing SCIM users aren't updated if the role hasn't been created for your organization.

Assigning roles in supported identity service providers

Role assignment support has been added to the OneLogin and Okta apps. Support for the Azure app will be added later. To assign or update a SCIM user role in OneLogin or Okta, change the role name for an existing SCIM user in the identity service provider's provisioning portal.

Assigning roles in unsupported identity service providers

If your identity service provider doesn't have a Shopify Plus app, then you need to manually edit your SCIM configuration. Before you begin, verify that your identity service provider can add roles as a SCIM field.

To assign or update a SCIM user role, the JSON body in POST, PUT, and PATCH requests must include the following:

{
  "name": {
    "givenName": "given_name"
    "familyName": "family_name"
  },
  "userName": "email",
  "roles": [{"value": "role_name"}]
}

The SCIM JSON body must include a key called roles. roles must be an array which includes a hash that stores the role name. If multiple role name hashes are provided, then only the last role name hash is used to assign a role. If the role name is invalid, or the SCIM JSON body doesn't match the above template, then roles are not assigned or updated.

Unassigning roles

To unassign a user role, use the Shopify organization admin. Learn more about unassigning user roles in Shopify.

Removing SCIM integration

If you no longer require a SCIM integration, then you can remove it. This action can't be undone. If you need to reactivate your integration, then you need to generate a new API token.

Steps:

  1. In your Shopify organization admin, go to Users > Security.
  2. In the SCIM integration section, click ... beside the API token.
  3. Click Delete token.

Restrictions

Store owners and organization owners can't be removed through an identity service provider. Both types of ownership must be transferred before the user can be removed. If you need to change the store owner, then you can do so from your Shopify admin. If you need to change the organization owner, then contact Shopify Plus support.

Ready to start selling with Shopify?

Try it free