English
Midaz
cURL
curl --request GET \ --url https://identity.sandbox.midaz.io/v1/groups
[ { "createdAt": "2025-04-08T08:01:30.169Z", "id": "midaz-viewer-group", "name": "Midaz Viewer", "users": [ "johndoe", "janedoe" ] }, { "createdAt": "2025-04-07T18:57:57.312Z", "id": "midaz-editor-group", "name": "Midaz Editor", "users": [ "johnsmith" ] } ]
Use this endpoint to list all predefined groups available in the system.
Indicates that the resource was successfully created and the operation was completed as expected.
Timestamp of when the group was created.
Unique identifier of the group.
Display name of the group.
List of users assigned to the group.