# Search Users **POST /users/search** Returns a paginated list of users This endpoint should be used if there are more than 30 values for any given filter. ## Servers - Production: https://connect.century.tech/api/v1 (Production) ## Authentication methods - Api key ## Parameters ### Body: application/json (object) - **search** (object) - **limit** (integer(int32)) The maximum number of results to return per page. - **offset** (integer(int32)) Indicates the starting position or index (offset) - **cursor** (string(byte) | null) The cursor for pagination. Encoded byte string used to navigate between pages. - **sort** (object) ## Responses ### 200 List of users. #### Body: application/json (object) - **data** (array[object]) - **pagination** (object) Metadata for the current pagination position ### 400 Invalid request. ### 401 Invalid authentication credentials ### 403 Not authorised to access this resource [Powered by Bump.sh](https://bump.sh)