Skip to main content
Use the Users API to manage people in your workspace. You can create users linked to existing accounts, update profiles and roles, and inspect related projects or artifacts.

Basic request and response

Use GET /api/v1/app/me to verify your token and user context.

List users

Create a user

Get or update a user

Activate or deactivate a user

List projects for a user

Latest artifacts for a user

User integrations

Errors and edge cases

  • 409: duplicate user email or account linkage.
  • 400: invalid role.
  • 404: user not found.