List Users
GET/public-api/v1/pactvera/users
EndPoint Description : Retrieves a paginated list of users from the organization ledger based on the provided filter criteria. Use this API to resolve individual parties when creating or editing a Pactvera.
Details :
- Returns users scoped to the authenticated organization.
- Supports sorting and pagination via query parameters.
- When adding an individual party, use the returned userId as entityId with entityType INDIVIDUAL in the Pactvera parties payload.
Request
Responses
- 200
- 401
- 500
Unauthorized – Invalid or missing token.
Internal Server Error