Finding Team and User Ids
User Ids
User ids can either be fetched programatically using the Get Users Endpoint or found in the URL bar when viewing the user's page in the admin panel on the web:
All user ids are UUIDs prefixed by u-
.
Team Ids (group_ids on the API)
Team Ids can be found in the URL bar when viewing a team's page in the admin panel on the web:
All team ids are prefixed with g-
.
Updated almost 6 years ago