{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses User Authentication Infos API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User Authentication Infos", "type": "folder" }, "items": [ { "info": { "name": "Get User Authentication Info List", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/user-authentication-info", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "page[limit]", "value": "", "type": "query", "description": "The number of records per page." }, { "name": "page[offset]", "value": "", "type": "query", "description": "The number of records to offset the results by." }, { "name": "filter", "value": "", "type": "query", "description": "Specifies the filter attributes." }, { "name": "sort", "value": "", "type": "query", "description": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting)." } ] }, "docs": "Retrieve user authentication information for the specified authentication realm.\n### Filtering\n\n\n The following operators and attributes are available for\n [filtering](/guides/Getting-Started/filtering) unassigned account members.\n\n\n | Operator | Description |\n | :------- |:--------------------------------------------------------------------------------------------------- |\n | `eq` | Matches record where the field matches the value (case insensitive) |\n | `ge` | Matches " }, { "info": { "name": "Create User Authentication Info", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/user-authentication-info", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create user authentication information for the specified authentication realm." }, { "info": { "name": "Get User Authentication Info", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/user-authentication-info/:userAuthInfoId", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "userAuthInfoId", "value": "", "type": "path", "description": "The ID of the user authentication info." } ] }, "docs": "Retrieve specific user authentication information by ID." }, { "info": { "name": "Update User Authentication Info", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/user-authentication-info/:userAuthInfoId", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "userAuthInfoId", "value": "", "type": "path", "description": "The ID of the user authentication info." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update specific user authentication information by ID." }, { "info": { "name": "Delete User Authentication Info", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/user-authentication-info/:userAuthInfoId", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "userAuthInfoId", "value": "", "type": "path", "description": "The ID of the user authentication info." } ] }, "docs": "Delete specific user authentication information by ID." } ] } ], "bundled": true }