List all AuthN Mappings

GET {{baseUrl}}/api/v2/authn_mappings

List all AuthN Mappings in the org.

Request Params

KeyDatatypeRequiredDescription
page[size]numberSize for a given page. The maximum allowed value is 100.
page[number]numberSpecific page number to return.
sortstringSort AuthN Mappings depending on the given field.
filterstringFilter all mappings by the given string.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}}}