Nifty API v1.0
stringboolean · required
Members
People in the workspace. A member is a user within one team.
List Members
GET
https://openapi.niftypm.com
/api/v1.0/members
Bearer (JWT)
This endpoint fetch the members details. The { items, hasMore } envelope shown below is returned only when BOTH limit and offset are sent; without them the response is a bare array of members.
query Parameters
limitPage size. The maximum is 1000 — larger values are reduced to 1000, and 0 means 100. Page on with offset; a page shorter than limit is the last one.
List Members › Responses
Success Response
MemberViewResponse[] · required
List of members
hasMoreTrue if there are more records else false
Was this page helpful?