hey everyone,from where I can add users to my data...
# troubleshoot
s
hey everyone,from where I can add users to my datahub running locally,is there any API written or is there any way to add users from UI?
b
I assume you're using quickstart and thus using the default datahub login page? Are you asking about how you can add more identities that can login to datahub?
b
@bland-garden-89536 Hi there! Currently users can be ingested from Okta, Azure AD, or at login time via OIDC SSO. If you want to get custom user identities into DataHub, you can always ingest them using the ingestion framework (via the "file" source) or via the Rest.li API. Here's an example of using the Rest.li API directly: https://datahubproject.io/docs/metadata-service#create-a-user
s
Thanks john!