vivek.gupta
vivek.gupta
KKinde
Created by Jibbs on 3/28/2024 in #💻┃support
Trouble with createKindeManagementAPIClient.usersApi
I too created a singleton for it
31 replies
KKinde
Created by Jibbs on 3/28/2024 in #💻┃support
Trouble with createKindeManagementAPIClient.usersApi
Is there any way to get Slack profile via management api? I do get identities in user but no profile while I get that during login in ext_provider.
identities: [
{ type: 'email', identity: '[email protected]' },
{ type: 'oauth2:slack', identity: 'slack:U012345678H' },
{ type: 'oauth2:google', identity: 'google:105676xxxxxxxxxxx' }
],
identities: [
{ type: 'email', identity: '[email protected]' },
{ type: 'oauth2:slack', identity: 'slack:U012345678H' },
{ type: 'oauth2:google', identity: 'google:105676xxxxxxxxxxx' }
],
31 replies