Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Get all users

Returns data about all users within the company.

Output

title: usersResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: type: array items: type: object properties: id: type: integer description: The user ID name: type: string description: The user name default_currency: type: string description: The user default currency locale: type: string description: The user locale lang: type: integer description: The user language ID email: type: string description: The user email phone: type: string nullable: true description: The user phone activated: type: boolean description: Boolean that indicates whether the user is activated last_login: type: string description: >- The last login date and time of the user. Format: YYYY-MM-DD HH:MM:SS created: type: string description: 'The creation date and time of the user. Format: YYYY-MM-DD HH:MM:SS' modified: type: string nullable: true description: >- The last modification date and time of the user. Format: YYYY-MM-DD HH:MM:SS has_created_company: type: boolean description: Boolean that indicates whether the user has created a company access: type: array items: type: object properties: app: type: string enum: - sales - projects - campaigns - global - account_settings admin: type: boolean permission_set_id: type: string active_flag: type: boolean description: Boolean that indicates whether the user is activated timezone_name: type: string description: The user timezone name timezone_offset: type: string description: The user timezone offset role_id: type: integer description: The ID of the user role icon_url: type: string nullable: true description: The user icon URL is_you: type: boolean description: >- Boolean that indicates if the requested user is the same which is logged in (in this case, always true)