# Admins Everything about your Admins ## Identify an admin - [GET /me](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/admins/identifyadmin.md): You can view the currently authorised admin along with the embedded app object (a "workspace" in legacy terminology). > 🚧 Single Sign On > > If you are building a custom "Log in with Intercom" flow for your site, and you call the endpoint to identify the logged-in user, you should not accept any sign-ins from users with unverified email addresses as it poses a potential impersonation security risk. ## Set an admin to away - [PUT /admins/{id}/away](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/admins/setawayadmin.md): You can set an Admin as away for the Inbox. ## List all activity logs - [GET /admins/activity_logs](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/admins/listactivitylogs.md): You can get a log of activities by all admins in an app. ## List all admins - [GET /admins](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/admins/listadmins.md): You can fetch a list of admins for a given workspace. ## Retrieve an admin - [GET /admins/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/admins/retrieveadmin.md): You can retrieve the details of a single admin.