Nifty API v1.0
boolean · 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.
List Members › Responses
Success Response
MemberViewResponse[] · required
List of members
hasMoreTrue if there are more records else false
Was this page helpful?