List roles for a space
List all user and team role assignments for the specified space.
GET
/api/space-role/{spaceId}/listPath parameters
spaceIdnumberrequiredPath parameter: spaceId
Request
curl
curl -X GET https://platform.trickest.com/api/space-role/{spaceId}/list \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of space role assignments
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring