GetMembersResponse
Response to the members list request
membershipIdsstring[]required
Array of membershipId values present in the specified workspace
Example:
[ADK5NyCqIK, BDK5NyCqIK]prevPageTokenstring
Token of the previous page of the workspace members list
Example:
BDK5NyCqI4nextPageTokenstring
Token of the next page of the workspace members list
Example:
BDK5NyCqI4GetMembersResponse
{
"membershipIds": "[ADK5NyCqIK, BDK5NyCqIK]",
"prevPageToken": "BDK5NyCqI4",
"nextPageToken": "BDK5NyCqI4"
}