Planned for

Space roles collection endpoints change

Starting June 13th, 2026, we will update how space roles are returned from the Content Management API (CMA) when listing roles within a space.

The /spaces/{spaceId}/roles endpoint will switch from offset-based pagination to cursor-based pagination.

What's changing

Responses from the space roles list endpoint will include a pages object with cursor-based navigation links (next, previous) instead of the current total and skip fields.

The limit parameter continues to be supported.

What you need to do

If your integration iterates through space roles using the skip query parameter, you will need to update it to use the new pageNext and pagePrev cursor parameters instead.

Please review our updated API documentation to ensure your integration handles the new response structure before the rollout date.