List all AuthN Mappings
GET {{baseUrl}}/api/v2/authn_mappings
List all AuthN Mappings in the org.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page[size] | number | Size for a given page. The maximum allowed value is 100. | |
page[number] | number | Specific page number to return. | |
sort | string | Sort AuthN Mappings depending on the given field. | |
filter | string | Filter all mappings by the given string. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"3653d3c6-0c75-11ea-ad28-fb5701eabc7d","type":"authn_mappings","attributes":{"attribute_key":"member-of","attribute_value":"Development","created_at":"2008-01-17T13:40:13.550Z","modified_at":"1959-02-09T23:38:27.532Z","saml_assertion_attribute_id":"0"},"relationships":{"role":{"data":{"id":"3653d3c6-0c75-11ea-ad28-fb5701eabc7d","type":"roles"}},"saml_assertion_attribute":{"data":{"id":"0","type":"saml_assertion_attributes"}}}},{"id":"3653d3c6-0c75-11ea-ad28-fb5701eabc7d","type":"authn_mappings","attributes":{"attribute_key":"member-of","attribute_value":"Development","created_at":"1958-05-22T04:43:54.847Z","modified_at":"1994-03-23T11:41:18.589Z","saml_assertion_attribute_id":"0"},"relationships":{"role":{"data":{"id":"3653d3c6-0c75-11ea-ad28-fb5701eabc7d","type":"roles"}},"saml_assertion_attribute":{"data":{"id":"0","type":"saml_assertion_attributes"}}}}],"included":[{"id":"0","type":"saml_assertion_attributes","attributes":{"attribute_key":"member-of","attribute_value":"Development"}},{"id":"0","type":"saml_assertion_attributes","attributes":{"attribute_key":"member-of","attribute_value":"Development"}}],"meta":{"page":{"total_count":-53695929,"total_filtered_count":2646825}}}