project

Get users

Lists all users (without emailadresses). Also possible to search for a specific user.

get/projects/{id}/projectusers

Path parameters

idinteger required

Project ID

Query parameters

sstring

Search for a user by its name.

Response

All (found) users.

createdstring

A timestamp when this task was created. You cannot change this value.

emailstring

The user's email address.

idinteger

The unique, numeric id of this user.

namestring

The full name of the user.

updatedstring

A timestamp when this task was last updated. You cannot change this value.

usernamestring

The username of the user. Is always unique.

Changes