Skip to content

Users

List users

curl https://app.rejoule.io/users/ \
    -H "Authorization: User <token>"

The following query parameters are available:

Name Type Description
limit integer Number of results to return per page.
offset integer The initial index from which to return the results.
id string id
email string email

Get a single user

curl https://app.rejoule.io/users/{id}/ \
    -H "Authorization: User <token>"

The response object contains the following fields:

Name Type Description
id integer
email string
first_name string
last_name string
created_at string
updated_at string