retrieve User Action With Id

GET {{baseUrl}}/api/user-action/:userActionId

Retrieves the user action for the given Id. If you pass in null for the id, this will return all the user actions.

HEADERS

KeyDatatypeRequiredDescription
X-FusionAuth-TenantIdstringThe 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.
Acceptstring

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