API: Look up a member by email
not on the roadmap
Jake Spirek
When trying to set up integrations, it's super frustrating that we can't do it by email anymore. Even more frustrating, there's no API call to look up a user and get their user ID.
Even just a quick way to get all members in the space or team would be more helpful than what currently exists.
Thanks!
Log In
James Hogg
Bam....had to go off script and find somewhere else, as endpoint not in ClickUps documentation that I could find.
Not ideal as you are returning all members for the WorkSpace just to get a single ID, but can get the ID for email by parsing this.
Response eg:
"teams": [
{
"id": "36623333",
"name": "Frustrated ClickUp API",
"color": "#40BC86",
"members": [
{
"user": {
"id": 100912345,
"username": "Summer Bays",
"email": "summer.bays@fca.com",
"color": "#304ffe",
"profilePicture": null,
"initials": "SB",
"role": 3,
"role_subtype": 0,
"role_key": "member",
"custom_role": null,
"last_active": "1764828438210",
"date_joined": "1764641686889",
"date_invited": "1764641613138"
Autopilot
Merged in a post:
Add ability to GetUser via email
A
Alex Golebiewski
https://clickup.com/api/clickupreference/operation/GetUser/ update this api to take not only a user ID but also an email as input to bring back the user info.
Autopilot
Merged in a post:
API to Search/Filter Uses by Email
S
Sankar Mahadevan
There are 2 requests:
- Allow a Users search/filter api that allows look up by email or user name.
- Also, highly recommend making the user details api accessible to customers at all levels rather than enterprise only.
I'm trying to sync clickup groups with oncall rotations from various sources, and I'd like to be able to look up user by email to get the user's clickup ID and then use it to update the group.
J
Jorge Arapa
Would love to have this feature!
B
Brian Shen
marked this post as
not on the roadmap