Retrieve people filtered by email or employee status or both
GET
/people/filterLast modified: 13 days ago
Request
Query Params
mail
string
optional
The E-Mail of the People Object.
status
string
optional
The Employee Status of the People Object. The value can be either "null" or has to be defined as one of the examples:
InternalEmployee For an internal Employee.
ExternalEmployee For an external Employee.
ExEmployee For an ex Employee.
option
string
optional
The parameters that should be included in the filter:
all All ("mail", "status") parameters.
email Only the "mail" parameter.
status Only the "status" parameter.
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Accept-Language
string
optional
Example:
de
Request samples
Responses
OK(200)
Bad Request(400)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 13 days ago