pub async fn retrieve_user_action_reason_with_id(
configuration: &Configuration,
user_action_reason_id: &str
) -> Result<UserActionReasonResponse, Error<RetrieveUserActionReasonWithIdError>>
Expand description
Retrieves the user action reason for the given Id. If you pass in null for the id, this will return all the user action reasons.