v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
User

Get users in an account

Use this endpoint to retrieve a list of all users from a Oneflow account.

get/users

Query parameters

offsetinteger
limitinteger
filter[active]'true' | 'false'

Filter users by whether the user is active or not.

filter[email]string email

Filter users by a user's email address.

filter[id]string

Retrieve specific users by providing a comma-separated list of user IDs. Note: Other filters still apply if specified.

filter[name]string

Filter users by name.

sortstring

A comma-separated list of columns by which results are sorted. Valid columns:

  • name

Headers

x-oneflow-api-tokenstring required

The API key of your Oneflow account.

Response

Returns the list of all users from a Oneflow account.

countinteger required