retrieve User Action
GET {{baseUrl}}/api/user-action?inactive=<string>
Retrieves all the user actions that are currently inactive. OR Retrieves the user action for the given Id. If you pass in null for the id, this will return all the user actions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
inactive | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-FusionAuth-TenantId | string | The unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped. | |
Accept | string |
RESPONSES
status: OK
{"userAction":{"active":"\u003cboolean\u003e","cancelEmailTemplateId":"\u003cuuid\u003e","endEmailTemplateId":"\u003cuuid\u003e","id":"\u003cuuid\u003e","includeEmailInEventJSON":"\u003cboolean\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","localizedNames":{},"modifyEmailTemplateId":"\u003cuuid\u003e","name":"\u003cstring\u003e","options":[{"localizedNames":{},"name":"\u003cstring\u003e"},{"localizedNames":{},"name":"\u003cstring\u003e"}],"preventLogin":"\u003cboolean\u003e","sendEndEvent":"\u003cboolean\u003e","startEmailTemplateId":"\u003cuuid\u003e","temporal":"\u003cboolean\u003e","transactionType":"SuperMajority","userEmailingEnabled":"\u003cboolean\u003e","userNotificationsEnabled":"\u003cboolean\u003e"},"userActions":[{"active":"\u003cboolean\u003e","cancelEmailTemplateId":"\u003cuuid\u003e","endEmailTemplateId":"\u003cuuid\u003e","id":"\u003cuuid\u003e","includeEmailInEventJSON":"\u003cboolean\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","localizedNames":{},"modifyEmailTemplateId":"\u003cuuid\u003e","name":"\u003cstring\u003e","options":[{"localizedNames":{},"name":"\u003cstring\u003e"},{"localizedNames":{},"name":"\u003cstring\u003e"}],"preventLogin":"\u003cboolean\u003e","sendEndEvent":"\u003cboolean\u003e","startEmailTemplateId":"\u003cuuid\u003e","temporal":"\u003cboolean\u003e","transactionType":"None","userEmailingEnabled":"\u003cboolean\u003e","userNotificationsEnabled":"\u003cboolean\u003e"},{"active":"\u003cboolean\u003e","cancelEmailTemplateId":"\u003cuuid\u003e","endEmailTemplateId":"\u003cuuid\u003e","id":"\u003cuuid\u003e","includeEmailInEventJSON":"\u003cboolean\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","localizedNames":{},"modifyEmailTemplateId":"\u003cuuid\u003e","name":"\u003cstring\u003e","options":[{"localizedNames":{},"name":"\u003cstring\u003e"},{"localizedNames":{},"name":"\u003cstring\u003e"}],"preventLogin":"\u003cboolean\u003e","sendEndEvent":"\u003cboolean\u003e","startEmailTemplateId":"\u003cuuid\u003e","temporal":"\u003cboolean\u003e","transactionType":"SuperMajority","userEmailingEnabled":"\u003cboolean\u003e","userNotificationsEnabled":"\u003cboolean\u003e"}]}