Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey
). An api_key is linked to a user. This user's role will give you different access level to the API features.
Query Parameters
Filter by email
Filter by org id
To perform a fuzzy search on user
Filter users by status
active
, invited
"active"
Filter by disabled users
The endpoint won’t return the business_ids
when the value is False
True
, False
Filter by users having access to the business with the provided id.
"5409c35a97bbc544d8e26737u"
Page number, Starts at 1. From 1 to 100 results per page (see per_page
)
Number of items to return per page. Currently limited to 100.
1 <= x <= 100
Order result by given attribute.
Reverse order can as well be obtained by using a -
(minus sign) before the attribute name, e.g. order_by=-name
email
, first_name
, last_name
, role
, org_id
, group_id
, status
, -email
, -first_name
, -last_name
, -role
, -org_id
, -group_id
, -status