Users
Get user
Retrieve a specific user by ID.
gigstack Connect: Access other teams' users using the team parameter.
get/users/{id}
Path parameters
idstring required
Query parameters
teamstring
gigstack Connect: Target team ID for multi-team access.
Requires gigstack Connect enabled on your team and shared billing account.
Example: ?team=team_xyz789
Response
User retrieved successfully
Example response
{
"message": "Operation completed successfully"
}