Skip to main content

People

List People

Returns a paginated list of people in the current workspace. Use starting_after or ending_before to page through large collections.

Create a Person

Invites one or more people to the current workspace. If an email is not already registered, a new account is created and an invitation email is sent. Existing accounts are linked directly to the workspace.

Retrieve a Person

Retrieves the details of an existing workspace member or invited user by their person ID.

Delete a Person

Removes a member or invited user from the workspace. API keys owned by the removed user are cascade revoked. The response body is empty when the delete succeeds.

Update a Person

Updates the roles and group assignments of a workspace member. Omitted fields keep their current values.

Resend Invitation

Resends the invitation email to a pending workspace member. Has no effect if the person has already accepted.