B2B Saas Authentication

/

Frontend SDKs

/

Pre-built UI

/

Admin Portal

/

SCIM

AdminPortalSCIM

The AdminPortalSCIM component allows organization members with the required RBAC roles to manage SCIM for their organization.

AdminPortalSCIM must be wrapped inside a StytchB2BProvider. Take a look at our installation guide for more information on how to configure the StytchB2BProvider for your framework.

Admin Portal SCIM UI


Fields


stylesobject
import { AdminPortalSCIM } from '@stytch/react/b2b/adminPortal';
import React from 'react';

const styles = { fontFamily: 'Arial' };

const MyComponent = () => {
  return <AdminPortalSCIM styles={styles} />;
};

export default MyComponent;