Close
Toolcog home
toolcog
standard
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
PUT
PATCH
HEAD
Get a user's favorites
Authenticated
getFavoritesForUser
GET/users/{user_gid}/favorites
Users
Get a user
Authenticated
getUser
GET/users/{user_gid}
Users
Get a user in a workspace or organization
Authenticated
getUserForWorkspace
GET/workspaces/{workspace_gid}/users/{user_gid}
Users
Get multiple users
Authenticated
getUsers
GET/users
Users
Get users in a team
Authenticated
getUsersForTeam
GET/teams/{team_gid}/users
Users
Get users in a workspace or organization
Authenticated
getUsersForWorkspace
GET/workspaces/{workspace_gid}/users
Users
Update a user
Authenticated
updateUser
PUT/users/{user_gid}
Users
Update a user in a workspace or organization
Authenticated
updateUserForWorkspace
PUT/workspaces/{workspace_gid}/users/{user_gid}
Users
Removes a user
Authenticated
delete-/settings/v3/users/{userId}_archive
DELETE/settings/v3/users/{userId}
Users
Retrieves a list of users from an account
Authenticated
get-/settings/v3/users/_getPage
GET/settings/v3/users/
Users
Retrieves a user
Authenticated
get-/settings/v3/users/{userId}_getById
GET/settings/v3/users/{userId}
Users
Adds a user
Authenticated
post-/settings/v3/users/_create
POST/settings/v3/users/
Users
Modifies a user
Authenticated
put-/settings/v3/users/{userId}_replace
PUT/settings/v3/users/{userId}
Users
Deletes a user from the organization.
Authenticated
delete-user
DELETE/organization/users/{user_id}
Users
Lists all of the users in the organization.
Authenticated
list-users
GET/organization/users
Users
Modifies a user's role in the organization.
Authenticated
modify-user
POST/organization/users/{user_id}
Users
Retrieves a user by their identifier.
Authenticated
retrieve-user
GET/organization/users/{user_id}
Users
Check If User Follows Artists or Users
Authenticated
check-current-user-follows
GET/me/following/contains
Users
Artists
Library
Check if Current User Follows Playlist
Authenticated
check-if-user-follows-playlist
GET/playlists/{playlist_id}/followers/contains
Users
Playlists
Follow Artists or Users
Authenticated
follow-artists-users
PUT/me/following
Users
Artists
Library
1
2
Next