K
Kinde2mo ago
Franreno

Differentiating User Sign-Ups by Device Type

Hi there, I’m looking for a way to distinguish whether users are signing up from a mobile device or a desktop. I checked the Audit Logs, but this information doesn’t seem to be available there. Is there another log or data source, such as user agent information, that captures this detail? Thanks in advance for your help!
6 Replies
IkiTg07
IkiTg072mo ago
Yeah there's no way to get this info from the logs in kinde but it could be helpful. Let me forward your request to the team
Claire Mahoney
Claire Mahoney2mo ago
Hi, could you please let me know which SDK and version you are using?
Franreno
FranrenoOP2mo ago
Hi! I'm using the Nuxtjs/kinde SDK (version ^0.1.6). But ideally I would like to retrive this "user-agent" information via Kinde API or by exporting the audit logs and getting this info from there.
Claire Mahoney
Claire Mahoney2mo ago
Hi, thanks for confirming! I'll check with the team to see if it's possible to retrieve and get back to you as soon as I have an update. Hi, just a quick note to let you know that we haven’t forgotten about your request. I’ve followed up with the team and we’re still looking into it. I’ll get back to you as soon as I have a concrete update. Thanks for your patience!
Claire Mahoney
Hi @Franreno. Sorry it's taken a while to get back to you on this. You can get session info via the Kinde API that will include device and other information. Use this endpoint GET {{domain}}/api/v1/users/{user_id}/sessions

It will return something like this
No description
Claire Mahoney
Does this work for your needs? Device info is also available via Workflows.

Did you find this page helpful?