pub async fn retrieve_user_action(
configuration: &Configuration,
inactive: Option<&str>,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<UserActionResponse, Error<RetrieveUserActionError>>
Expand description
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.