States
Get organization IdP group assignment history
Read-only state history for IdP group assignments, scoped to the active organization (admin/owner only).
get/api/fsm/organizations/{org_id}/idp-assignments-history/
Path parameters
org_idinteger required
Query parameters
group_namestring
Filter by IdP group name.
kind'organization' | 'project' | 'workspace'
Which group-assignment scope to return state history for. Defaults to workspace.
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
sincestring date-time
Only include state rows recorded at or after this ISO 8601 timestamp.
untilstring date-time
Only include state rows recorded at or before this ISO 8601 timestamp.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}